diff --git a/system/home/hyprland.nix b/system/home/hyprland.nix index 93e4c386..a7576e21 100644 --- a/system/home/hyprland.nix +++ b/system/home/hyprland.nix @@ -246,9 +246,9 @@ "workspace 3, (signal|whatsapp-for-linux|WebCord|teams-for-linux|twinkle)" # Messaging "workspace 4, (libreoffice|soffice)(.*)" # Documents "workspace 5, (org.remmina.Remmina|Nxplayer.bin)" # Remote Desktop - "workspace 6, (lutris|page.kramo.Cartridges|org.prismlauncher.PrismLauncher)" # Gaming - "workspace 6 silent, (steam|steam_app)" # Gaming (Silent) - "workspace 7, (PrusaSlicer)" # 3D Printing + "workspace 6, (PrusaSlicer)" # 3D Printing + "workspace 7, (lutris|page.kramo.Cartridges|org.prismlauncher.PrismLauncher)" # Gaming + "workspace 7 silent, (steam|steam_app)" # Gaming (Silent) # PrismLauncher / Minecraft "float, org.prismlauncher.PrismLauncher" diff --git a/system/home/waybar.nix b/system/home/waybar.nix index b4cec5f0..f5d612c4 100644 --- a/system/home/waybar.nix +++ b/system/home/waybar.nix @@ -42,8 +42,8 @@ "3" = "󰭹 "; "4" = "󱧶 "; "5" = "󰢹 "; - "6" = "󰊗 "; - "7" = "󰐫 "; + "6" = "󰐫 "; + "7" = "󰊗 "; default = "󰀻 "; }; all-outputs = false;