fix spacing and titlebar on wez
This commit is contained in:
parent
727feb4a61
commit
dcef6f99aa
12
home.nix
12
home.nix
|
@ -287,11 +287,13 @@ fish_vi_key_bindings
|
|||
enable = true;
|
||||
extraConfig = ''
|
||||
return {
|
||||
font = wezterm.font("Comic Mono"),
|
||||
font_size = 12.0,
|
||||
color_scheme = "Tomorrow Night",
|
||||
hide_mouse_cursor_when_typing = false,
|
||||
window_decorations = "INTEGRATED_BUTTONS | RESIZE",
|
||||
font = wezterm.font("Comic Mono"),
|
||||
font_size = 12.0,
|
||||
color_scheme = "Tomorrow Night",
|
||||
hide_mouse_cursor_when_typing = false,
|
||||
window_decorations = "INTEGRATED_BUTTONS | RESIZE",
|
||||
integrated_title_button_style = "Gnome",
|
||||
integrated_title_buttons = { 'Close' },
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue