Skip to content

Commit 3aff35f

Browse files
committed
update wezterm config
1 parent 3460bd9 commit 3aff35f

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

config/stow/wezterm/.wezterm.lua

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ config.color_scheme = "Catppuccin Macchiato"
2626
-- window_decorations = "TITLE | RESIZE | NONE" -- none is same as resize but breaks aerospace
2727
-- config.window_decorations = "RESIZE"
2828
-- config.window_decorations = "RESIZE|MACOS_FORCE_SQUARE_CORNERS"
29-
config.window_decorations = "RESIZE|MACOS_FORCE_ENABLE_SHADOW"
30-
-- config.window_decorations = "RESIZE|MACOS_FORCE_ENABLE_SHADOW|MACOS_FORCE_SQUARE_CORNERS"
29+
-- config.window_decorations = "RESIZE|MACOS_FORCE_ENABLE_SHADOW"
30+
config.window_decorations = "RESIZE|MACOS_FORCE_ENABLE_SHADOW|MACOS_FORCE_SQUARE_CORNERS"
3131
config.window_background_opacity = 0.8
3232
config.macos_window_background_blur = 80
3333
config.window_close_confirmation = "NeverPrompt"
@@ -39,28 +39,28 @@ config.window_padding = {
3939
bottom = 0,
4040
}
4141

42-
-- config.window_frame = {
43-
-- border_left_width = "3px",
44-
-- border_right_width = "3px",
45-
-- border_bottom_height = "1px",
46-
-- border_top_height = "3px",
47-
-- border_left_color = "#484848",
48-
-- border_right_color = "#484848",
49-
-- border_bottom_color = "#484848",
50-
-- border_top_color = "#484848",
51-
-- }
42+
config.window_frame = {
43+
border_left_width = "1px",
44+
border_right_width = "1px",
45+
border_bottom_height = "1px",
46+
border_top_height = "1px",
47+
border_left_color = "#484848",
48+
border_right_color = "#484848",
49+
border_bottom_color = "#484848",
50+
border_top_color = "#484848",
51+
}
5252

5353
-- config.window_frame = {
54-
-- border_left_width = "0.5cell",
55-
-- border_right_width = "0.5cell",
56-
-- border_bottom_height = "0.25cell",
57-
-- border_top_height = "0.25cell",
54+
-- border_left_width = "0.2cell",
55+
-- border_right_width = "0.2cell",
56+
-- border_bottom_height = "0.2cell",
57+
-- border_top_height = "0.2cell",
5858
-- border_left_color = "purple",
5959
-- border_right_color = "purple",
6060
-- border_bottom_color = "purple",
6161
-- border_top_color = "purple",
6262
-- }
63-
63+
--
6464
-- Wezterm go brrr
6565
-- -------------------------------------------------------------------------
6666
config.max_fps = 240

0 commit comments

Comments
 (0)