1
0
Fork 0

wezterm: tabs

This commit is contained in:
Von Random 2025-10-06 22:23:42 +03:00
parent 8759da182c
commit 8e6ffd5b26

View file

@ -25,12 +25,12 @@ cfg.font_size = fn.set_by_os{
} }
-- visuals -- visuals
-- maybe enable these back one day cfg.window_decorations = fn.set_by_os{
-- cfg.window_decorations = 'RESIZE' Darwin = 'INTEGRATED_BUTTONS|RESIZE',
-- cfg.hide_tab_bar_if_only_one_tab = false others = 'TITLE|RESIZE'
}
cfg.native_macos_fullscreen_mode = false cfg.native_macos_fullscreen_mode = false
cfg.xcursor_theme = 'Adwaita' cfg.xcursor_theme = 'Adwaita'
cfg.use_fancy_tab_bar = false
cfg.show_new_tab_button_in_tab_bar = false cfg.show_new_tab_button_in_tab_bar = false
cfg.tab_max_width = 24 cfg.tab_max_width = 24
cfg.window_padding = { cfg.window_padding = {