fix tabbar
This commit is contained in:
parent
b4a2e04913
commit
4db74a2581
3
home.nix
3
home.nix
|
@ -269,9 +269,8 @@ return {
|
||||||
font = wezterm.font("Comic Mono"),
|
font = wezterm.font("Comic Mono"),
|
||||||
font_size = 12.0,
|
font_size = 12.0,
|
||||||
color_scheme = "Tomorrow Night",
|
color_scheme = "Tomorrow Night",
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
|
||||||
hide_mouse_cursor_when_typing = false,
|
hide_mouse_cursor_when_typing = false,
|
||||||
window_decorations = "RESIZE",
|
window_decorations = "INTEGRATED_BUTTONS",
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue