1
0
Fork 0

wezterm: close button

This commit is contained in:
Von Random 2024-05-23 15:19:50 +03:00
parent a0c254ac34
commit 42af23f04f

View file

@ -28,7 +28,13 @@ cfg.font_size = fn.set_by_os{
}
-- visuals
cfg.window_decorations = 'RESIZE'
cfg.window_decorations = 'INTEGRATED_BUTTONS|RESIZE'
cfg.integrated_title_buttons = {'Close'}
cfg.integrated_title_button_style = 'Windows'
cfg.integrated_title_button_alignment = fn.set_by_os{
Darwin = 'Left',
others = 'Right'
}
cfg.xcursor_theme = 'Adwaita'
cfg.use_fancy_tab_bar = false
cfg.hide_tab_bar_if_only_one_tab = false