hyprland: add idleinhibit & layer rules
This commit is contained in:
parent
f3f4b5d396
commit
2c6d6a8921
1 changed files with 6 additions and 1 deletions
|
@ -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)$"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue