From 11bfc5b12ca0e4d1d7a043c3659573a353f2c485 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 16 Mar 2024 12:09:14 +0000 Subject: [PATCH] Add workspace 6 for WebCord and OBS studio Swap order of chat and files workspaces --- home/hyprland/default.nix | 5 +++-- home/waybar/default.nix | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index f3a92de2..c06254dd 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -199,9 +199,10 @@ ++ (lib.lists.forEach layers ignorealpha); windowrule = [ # Workspace binds - "workspace 3 silent, (libreoffice|soffice)(.*)" - "workspace 4 silent, (WebCord|signal|whatsapp-for-linux|teams-for-linux)" + "workspace 3 silent, (signal|whatsapp-for-linux|teams-for-linux)" + "workspace 4 silent, (libreoffice|soffice)(.*)" "workspace 5 silent, steam" + "workspace 6 silent, (WebCord|com.obsproject.Studio)" # Float + move system windows "float, org.kde.polkit-kde-authentication-agent-1|Pinentry" diff --git a/home/waybar/default.nix b/home/waybar/default.nix index 92834660..c2f7393d 100644 --- a/home/waybar/default.nix +++ b/home/waybar/default.nix @@ -63,9 +63,10 @@ format-icons = { "1" = " "; "2" = "󰈹 "; - "3" = "󱧶 "; - "4" = "󰭹 "; + "3" = "󰭹 "; + "4" = "󱧶 "; "5" = "󰓓 "; + "6" = "󰙯 "; default = "󰋙 "; # active = "󰫈 "; urgent = "󰁡 "; @@ -77,6 +78,7 @@ "3" = []; "4" = []; "5" = []; + "6" = []; }; }; mpris = {