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