From 9071abeacc7676d791251d5cf0626edd6824809c Mon Sep 17 00:00:00 2001 From: kenji Date: Thu, 28 May 2026 09:27:09 -0500 Subject: [PATCH] fix(steam): steam now only shows up on special workspace. --- modules/home/gaming.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/gaming.nix b/modules/home/gaming.nix index 944f1ce..1bc61b6 100644 --- a/modules/home/gaming.nix +++ b/modules/home/gaming.nix @@ -97,8 +97,8 @@ in { # --- STEAM CLIENT OVERRIDE --- # Override the float for the main Steam client, tile it, and move it to the special workspace. - "tile, class:^(steam)$, title:^(Steam)$" - "workspace special:steam, class:^(steam)$, title:^(Steam)$" + "tile, class:^(steam)$" + "workspace special:steam, class:^(steam)$" # --- STEAM GAME OVERRIDES --- # Override the float for actual games and move them to the gaming workspace.