programs/hyprland: disable idle on all fullscreen apps
No clue why that was here, this is really stupid
This commit is contained in:
parent
6aeca28f86
commit
ce261b292d
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue