From ccbd2362b2119142b10a94437c73366fef2dc23a Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 17 May 2026 18:51:07 -0500 Subject: [PATCH] upd --- apps/waybar/default.nix | 5 +++++ modules/home/gaming.nix | 2 ++ 2 files changed, 7 insertions(+) diff --git a/apps/waybar/default.nix b/apps/waybar/default.nix index 2bf8429..81c0071 100644 --- a/apps/waybar/default.nix +++ b/apps/waybar/default.nix @@ -155,6 +155,11 @@ in { "3" = []; "4" = []; "5" = []; + "6" = []; + "7" = []; + "8" = []; + "9" = []; + "10" = []; }; }; diff --git a/modules/home/gaming.nix b/modules/home/gaming.nix index d7f95e0..0206c8a 100644 --- a/modules/home/gaming.nix +++ b/modules/home/gaming.nix @@ -82,6 +82,8 @@ in { # Override the float for actual games and move them to the gaming workspace. # 1. Auto-detected steam_app games (like Deadlock). "tile, class:^(steam_app_\\d+)$" + "fullscreen, class:^(steam_app_\\d+)$" + "immediate, class:^(steam_app_\\d+)$" "workspace name:gaming, class:^(steam_app_\\d+)$" # 2. Behavior-detected manual games (e.g. ARC Raiders).