From 5560c871758a2604c4d29aadb8f66ffc12fa4564 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Thu, 29 Aug 2024 12:46:26 -0400 Subject: [PATCH] Rename whatever to steam because the window class changed back to normal ig --- home-manager/sway/rules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/sway/rules.nix b/home-manager/sway/rules.nix index fa957f6..016aece 100644 --- a/home-manager/sway/rules.nix +++ b/home-manager/sway/rules.nix @@ -102,7 +102,7 @@ "${ws.w9}" = [{app_id = "thunderbird";}]; # Else - "${ws.w2}" = [{class = "SDL Application";} {app_id = "heroic";}]; + "${ws.w2}" = [{class = "steam";} {app_id = "heroic";}]; "${ws.w2a}" = [{app_id = "looking-glass-client";}]; "${ws.w4a}" = [{app_id = "com.obsproject.Studio";}]; };