feat: inhibit idle on fullscreen stuff

This commit is contained in:
CronyAkatsuki 2025-04-04 17:07:56 +02:00
parent bc1e5d6443
commit 8e9c182318

View File

@ -488,6 +488,11 @@ in {
# Move to workspace 5
"workspace 5, class:^(vesktop)$"
# Enable inhibition for fullscreen apps
"idleinhibit fullscreen, class:^(*)$"
"idleinhibit fullscreen, title:^(*)$"
"idleinhibit fullscreen, fullscreen:1"
];
};
};