feat: inhibit idle on fullscreen stuff
This commit is contained in:
parent
bc1e5d6443
commit
8e9c182318
1 changed files with 5 additions and 0 deletions
|
@ -488,6 +488,11 @@ in {
|
||||||
|
|
||||||
# Move to workspace 5
|
# Move to workspace 5
|
||||||
"workspace 5, class:^(vesktop)$"
|
"workspace 5, class:^(vesktop)$"
|
||||||
|
|
||||||
|
# Enable inhibition for fullscreen apps
|
||||||
|
"idleinhibit fullscreen, class:^(*)$"
|
||||||
|
"idleinhibit fullscreen, title:^(*)$"
|
||||||
|
"idleinhibit fullscreen, fullscreen:1"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue