From 4db74a258157068d81a56603af9d4410e17f9397 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Wed, 2 Aug 2023 13:58:13 +0000 Subject: [PATCH] fix tabbar --- home.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", } ''; };