Add sticky bind

This commit is contained in:
muon 2025-08-23 16:02:28 +00:00
parent a0cc980491
commit 865e3ef8f5
2 changed files with 3 additions and 2 deletions

View file

@ -63,7 +63,7 @@ in {
users.extraGroups.vboxusers.members = ["user-with-access-to-virtualbox"];
services.picom.enable = true;
services.picom.opacityRules = ["50:name *= 'Cheat'"];
services.picom.opacityRules = ["50:name *= '^Cheat$'"];
# Proprietary </3
mods.unfree.steam.enable = true;