Skip to content

Commit

Permalink
perf(wezterm): disable shadows due to performance issues
Browse files Browse the repository at this point in the history
See wezterm/wezterm#2669 for more details.
delatorrejuanchi committed Dec 24, 2023
1 parent 8ad8d01 commit 4ff2f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ config.color_scheme = "Tokyo Night Storm"
config.font = wezterm.font("SFMono Nerd Font")
config.font_size = 12

config.window_decorations = "RESIZE"
config.window_decorations = "RESIZE|MACOS_FORCE_DISABLE_SHADOW" -- performance issues: https://github.com/wez/wezterm/issues/2669
-- config.window_background_opacity = 0.95
-- config.macos_window_background_blur = 2
config.hide_tab_bar_if_only_one_tab = true

0 comments on commit 4ff2f53

Please sign in to comment.