wezterm: close button
This commit is contained in:
parent
a0c254ac34
commit
42af23f04f
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue