feat: inhibit idle on fullscreen stuff
This commit is contained in:
parent
bc1e5d6443
commit
8e9c182318
@ -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…
x
Reference in New Issue
Block a user