From d08967c511dd0704fe881703c447a5c2139b3151 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Thu, 19 Dec 2024 13:52:17 -0600 Subject: [PATCH] Add rule for Steam --- hyprland/.config/hypr/config.d/50-window-rules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/hyprland/.config/hypr/config.d/50-window-rules.conf b/hyprland/.config/hypr/config.d/50-window-rules.conf index bf4c8b9d..1899baab 100644 --- a/hyprland/.config/hypr/config.d/50-window-rules.conf +++ b/hyprland/.config/hypr/config.d/50-window-rules.conf @@ -10,6 +10,7 @@ windowrulev2 = float, center 1, class:^(.*pavucontrol.*)$ windowrulev2 = pin, class:^(.*pavucontrol.*)$ # Assign specific windows to specific workspaces on launch +windowrulev2 = workspace 2 silent, class:^(steam)$ windowrulev2 = workspace 8 silent, class:^(org.keepassxc.KeePassXC)$ windowrulev2 = workspace 8 silent, class:^(org.mozilla.Thunderbird)$ windowrulev2 = workspace 9 silent, class:^(.*vesktop.*)$