diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 0c9e08e1..f13f4e98 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -197,8 +197,10 @@ windowrule = [ # Workspace binds "workspace 2, (chromium-browser|firefox)" + "workspace 3, (libreoffice|soffice)(.*)" "workspace 4, (com.obsproject.Studio|WebCord|signal)" - "workspace 5 silent, (steam|org.prismlauncher.PrismLauncher)" # Keep silent to avoid popups taking focus + "workspace 4, org.prismlauncher.PrismLauncher" + "workspace 5 silent, steam" # Keep silent to avoid popups taking focus "workspace 6, (x2goclient|Nxplayer.bin)" # Float + move system windows diff --git a/home/waybar/default.nix b/home/waybar/default.nix index 47bca342..f39f2cff 100644 --- a/home/waybar/default.nix +++ b/home/waybar/default.nix @@ -63,7 +63,7 @@ format-icons = { "1" = "󰟀 "; "2" = "󰖟 "; - "3" = "󰝚 "; + "3" = "󱧶 "; "4" = "󰭻 "; "5" = "󰹁 "; "6" = "󰫃 ";