From 134d5b80319fd7c2f70ebffcd6c2598cd89b20b0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 5 Sep 2023 15:13:15 +0100 Subject: [PATCH] Remove persistent_workspaces --- home/hyprland/waybar/modules/wlr_workspaces.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/home/hyprland/waybar/modules/wlr_workspaces.nix b/home/hyprland/waybar/modules/wlr_workspaces.nix index 7b9575a5..8777d943 100644 --- a/home/hyprland/waybar/modules/wlr_workspaces.nix +++ b/home/hyprland/waybar/modules/wlr_workspaces.nix @@ -15,16 +15,5 @@ "9" = "󰓓"; # [g]aming urgent = "󱈸"; }; - "persistent_workspaces" = { - "1" = [ ]; - "2" = [ ]; - "3" = [ ]; - "4" = [ ]; - "5" = [ ]; - "6" = [ ]; - "7" = [ ]; - "8" = [ ]; - "9" = [ ]; - }; sort-by-number = true; }