From 2f11bf580d416e21350aab6f8eda2b3cf33dd812 Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 29 Mar 2026 07:49:03 -0500 Subject: [PATCH] feat(gaming): added godot --- modules/home/gaming.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/home/gaming.nix b/modules/home/gaming.nix index 697eaa9..9e575ca 100644 --- a/modules/home/gaming.nix +++ b/modules/home/gaming.nix @@ -58,6 +58,7 @@ in { "SUPER, A, Toggle Steam, togglespecialworkspace, steam" "SUPER SHIFT, A, Move to Steam Special Workspace, movetoworkspace, special:steam" "SUPER, G, Switch to Gaming Workspace, workspace, name:gaming" + "SUPER SHIFT, G, Move to Gaming Workspace, movetoworkspace, name:gaming" ]; windowrulev2 = @@ -94,6 +95,12 @@ in { ++ (mkGameRules "class:^(heroic)$") ++ (mkGameRules "class:^wine-.*$") ++ (mkGameRules "title:^Wine .*$") + ++ (mkGameRules "initialTitle:^(?i)godot.*$") + # ++ [ + # "monitor 0, initialTitle:^(?i)godot.*$" + # "fullscreen, initialTitle:^(?i)godot.*$" + # "tile, initialTitle:^(?i)godot.*$" + # ] # Stayfocused rules ++ stayFocusedRules; };