From 82eb631fd1787ecd120841464892fb5b36317518 Mon Sep 17 00:00:00 2001 From: chayleaf Date: Sat, 2 Dec 2023 09:34:25 +0700 Subject: [PATCH] home/waybar: dont persist some workspaces --- home/common/waybar.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/common/waybar.nix b/home/common/waybar.nix index a8ab1a1..775999e 100644 --- a/home/common/waybar.nix +++ b/home/common/waybar.nix @@ -49,7 +49,6 @@ format = "{value}{icon}"; format-icons = { default = ""; - focused = ""; urgent = " "; "2" = " 󰵅"; "3" = " "; @@ -57,7 +56,7 @@ "5" = " "; }; persistent-workspaces = { - "1" = []; "2" = []; "3" = []; "4" = []; "5" = []; + "1" = [ ]; "2" = [ ]; "3" = [ ]; }; }; "sway/mode" = {