diff options
Diffstat (limited to 'dot_config/wezterm/wezterm.lua')
| -rw-r--r-- | dot_config/wezterm/wezterm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index 7d320c6..1f587c4 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -18,7 +18,7 @@ local config = { initial_rows = length, -- TODO: Create custom color scheme in separate module (colors.lua) color_scheme = "Gruvbox dark, medium (base16)", - window_background_opacity = 0.9, + -- window_background_opacity = 0.9, use_fancy_tab_bar = false, show_tabs_in_tab_bar = false, |
