diff --git a/modules/home/gaming.nix b/modules/home/gaming.nix index 809efe7..a5b9d31 100644 --- a/modules/home/gaming.nix +++ b/modules/home/gaming.nix @@ -6,6 +6,8 @@ }: let games = [ "Deadlock" + "project8" + "citadel" ]; mkGameRules = selector: [ @@ -13,7 +15,7 @@ "workspace name:gaming, ${selector}" "fullscreen, ${selector}" "immediate, ${selector}" - # "stayfocused, ${selector}" + "stayfocused, ${selector}" ]; manualGameRules = lib.flatten (map ( @@ -75,4 +77,3 @@ in { ++ manualGameRules; }; } -