diff --git a/gui/.config/wezterm/wezterm.lua b/gui/.config/wezterm/wezterm.lua index 7b94644..7a14246 100644 --- a/gui/.config/wezterm/wezterm.lua +++ b/gui/.config/wezterm/wezterm.lua @@ -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