config/home-manager/programs/hyprland: inhibit idle on fullscreen apps (except games)
This commit is contained in:
parent
c4897af672
commit
1b4b665b2b
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
|||
|
||||
"immediate, initialclass:^(steam_app_)(.*)$"
|
||||
"fullscreen, initialclass:^(steam_app_)(.*)$"
|
||||
|
||||
# inhibit idle on every fullscreen app except games
|
||||
"idleinhibit always, fullscreen:1,!initialclass:^(steam_app_)(.*)$"
|
||||
];
|
||||
|
||||
render = {
|
||||
|
|
Loading…
Reference in a new issue