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).