diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2025-08-12 14:30:29 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | a40669441b6c9bf5f3327274113df2dc0414b9fc (patch) | |
| tree | e7cce1e808687b0754de477ef8f6e187f158db3a /dot_config/wezterm/wezterm.lua | |
| parent | 455d58abf0e8f27cf2c9d966db8c7e7845662eb9 (diff) | |
feat(wezterm): turn off transparency
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 ef2585b..16a0415 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -26,7 +26,7 @@ local config = { initial_rows = length, -- TODO: Create custom color scheme in separate module (colors.lua) color_scheme = "rose-pine", - window_background_opacity = 0.7, + -- window_background_opacity = 0.7, -- window_decorations = "NONE | RESIZE", enable_tab_bar = false, |
