hyprland: add idleinhibit & layer rules

This commit is contained in:
notohh 2024-03-07 03:54:11 -05:00
parent f3f4b5d396
commit 2c6d6a8921
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -13,7 +13,12 @@ _: {
"move 850 360, title:^(RuneLite)$"
"size 830 600, title:^(RuneLite)$"
"size 1200 600, title:^(satty)$"
" fullscreen, title:^(cs2)$"
"idleinhibit focus, class:^(mpv)$"
"idleinhibit always, class:^(firefox)$, title:^(.*YouTube.*|.*Twitch.*)$"
"idleinhibit fullscreen, class:^(firefox)$"
];
layerrule = [
"blur, ^(gtk-layer-shell|anyrun)$"
];
};
}