wezterm: remove close button
This commit is contained in:
parent
a1815ef7e2
commit
22aa437ceb
1 changed files with 1 additions and 7 deletions
|
@ -28,13 +28,7 @@ cfg.font_size = fn.set_by_os{
|
||||||
}
|
}
|
||||||
|
|
||||||
-- visuals
|
-- visuals
|
||||||
cfg.window_decorations = 'INTEGRATED_BUTTONS|RESIZE'
|
cfg.window_decorations = '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.xcursor_theme = 'Adwaita'
|
||||||
cfg.use_fancy_tab_bar = false
|
cfg.use_fancy_tab_bar = false
|
||||||
cfg.hide_tab_bar_if_only_one_tab = false
|
cfg.hide_tab_bar_if_only_one_tab = false
|
||||||
|
|
Loading…
Reference in a new issue