Skip to content

Commit 4cdd92a

Browse files
committed
fix: resize needed or breaks window resizing on OSX
1 parent 6e30b82 commit 4cdd92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/shell/wezterm/wezterm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ local config = {
2828
font_size = 18.0,
2929
command_palette_font_size = 18.0,
3030
hide_tab_bar_if_only_one_tab = true,
31-
window_decorations = "NONE",
31+
window_decorations = "RESIZE",
3232
color_scheme = theme,
3333
scrollback_lines = 10000,
3434
enable_kitty_keyboard = true,

0 commit comments

Comments
 (0)