From d1e0ee95ea362421308cd49df7ee5a9a1b1c9560 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 4 Apr 2024 09:18:36 +0100 Subject: [PATCH] Switch workspace 3 back to being a files workspace --- home/hyprland/default.nix | 4 +++- home/waybar/default.nix | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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" = "󰫃 ";