diff options
| author | ottjk <joshott16@gmail.com> | 2024-01-07 19:07:28 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-01-07 19:07:28 -0500 |
| commit | 9b78e39e9cca329acc160399e46bb8d1c9b33955 (patch) | |
| tree | cd0c84d930038e8925a6871fba67dc40fb4863dd /.wezterm.lua | |
| parent | 1ede6fca8198bebb44106abace1cde6e5aa8e57f (diff) | |
| download | dotfiles-9b78e39e9cca329acc160399e46bb8d1c9b33955.tar.gz dotfiles-9b78e39e9cca329acc160399e46bb8d1c9b33955.zip | |
coupla updates
Diffstat (limited to '.wezterm.lua')
| -rw-r--r-- | .wezterm.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.wezterm.lua b/.wezterm.lua index f34d706..0b49ff1 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -51,5 +51,7 @@ config.font_size = 11.0 config.hide_tab_bar_if_only_one_tab = true +config.front_end = "WebGpu" + -- and finally, return the configuration to wezterm return config |