add(apps): minecraft

This commit is contained in:
kenji
2026-06-30 11:46:18 -05:00
parent b2cabe4c68
commit b67b0a035d
3 changed files with 8 additions and 5 deletions
+1 -4
View File
@@ -39,6 +39,7 @@
"match:${selector}, fullscreen on"
"match:${selector}, immediate on"
"match:${selector}, tile on"
"match:${selector}, workspace name:gaming" # <-- This was the missing rule
];
stayFocusedRules = lib.flatten (map (
@@ -120,10 +121,6 @@ in {
++ (mkGameRules "class ^wine-.*$")
++ (mkGameRules "title ^Wine .*$")
++ (mkGameRules "initial_title ^(?i)godot.*$")
# "monitor 0, initialTitle:^(?i)godot.*$"
# "fullscreen, initialTitle:^(?i)godot.*$"
# "tile, initialTitle:^(?i)godot.*$"
# ]
++ stayFocusedRules;
};
}