1
0
Fork 0

wezterm: remove close button

This commit is contained in:
Von Random 2024-07-31 23:42:41 +03:00
parent a1815ef7e2
commit 22aa437ceb

View file

@ -28,13 +28,7 @@ cfg.font_size = fn.set_by_os{
}
-- visuals
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.window_decorations = 'RESIZE'
cfg.xcursor_theme = 'Adwaita'
cfg.use_fancy_tab_bar = false
cfg.hide_tab_bar_if_only_one_tab = false