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 = {