Gitignore created
This commit is contained in:
+3
-3
@@ -24,15 +24,15 @@ wezterm.on("gui-startup", function(cmd)
|
|||||||
|
|
||||||
-- This is where you actually apply your config choices
|
-- This is where you actually apply your config choices
|
||||||
config.font = wezterm.font("MesloLGS Nerd Font Mono")
|
config.font = wezterm.font("MesloLGS Nerd Font Mono")
|
||||||
config.font_size = 19
|
config.font_size = 17
|
||||||
-- for test
|
-- for test
|
||||||
config.adjust_window_size_when_changing_font_size = false
|
config.adjust_window_size_when_changing_font_size = false
|
||||||
|
|
||||||
-- config.enable_tab_bar = false
|
-- config.enable_tab_bar = false
|
||||||
config.hide_tab_bar_if_only_one_tab = true
|
config.hide_tab_bar_if_only_one_tab = true
|
||||||
config.native_macos_fullscreen_mode = false
|
config.native_macos_fullscreen_mode = false
|
||||||
config.initial_cols = 100
|
config.initial_cols = 110
|
||||||
config.initial_rows = 35
|
config.initial_rows = 40
|
||||||
|
|
||||||
config.window_decorations = "RESIZE"
|
config.window_decorations = "RESIZE"
|
||||||
-- config.window_decorations = "TITLE | RESIZE"
|
-- config.window_decorations = "TITLE | RESIZE"
|
||||||
|
|||||||
Reference in New Issue
Block a user