programs/hyprland: disable idle on all fullscreen apps

No clue why that was here, this is really stupid
This commit is contained in:
Anthony Rodriguez 2025-01-31 23:22:04 +01:00
parent 6aeca28f86
commit ce261b292d
Signed by: nezia
SSH key fingerprint: SHA256:Ihfpl0rUpqDevYqnzSR34OYfVLbDNkBiUjs3CpX4ykA

View file

@ -100,8 +100,8 @@ in {
"immediate, initialclass:^(steam_app_)(.*)$" "immediate, initialclass:^(steam_app_)(.*)$"
"fullscreen, initialclass:^(steam_app_)(.*)$" "fullscreen, initialclass:^(steam_app_)(.*)$"
# inhibit idle on every fullscreen app except games # inhibit idle on fullscreen apps (avoids going idle on games when playing with gamepad)
"idleinhibit always, fullscreen:1,!initialclass:^(steam_app_)(.*)$" "idleinhibit always, fullscreen:1"
]; ];
render = { render = {