diff --git a/home.nix b/home.nix index b4481bf..035ac63 100644 --- a/home.nix +++ b/home.nix @@ -269,9 +269,8 @@ return { font = wezterm.font("Comic Mono"), font_size = 12.0, color_scheme = "Tomorrow Night", - hide_tab_bar_if_only_one_tab = true, hide_mouse_cursor_when_typing = false, - window_decorations = "RESIZE", + window_decorations = "INTEGRATED_BUTTONS", } ''; };