Fix 0.54.0 problems with windowrules
It still has problems with exec and putting the windows into the right place.
This commit is contained in:
parent
b53f54deb1
commit
ed43720384
2 changed files with 3 additions and 3 deletions
|
|
@ -303,9 +303,9 @@ bindl = , XF86AudioPrev, exec, playerctl previous
|
|||
# windowrule = float,class:org.keepassxc.KeePassXC
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
windowrulev2 = suppress_event maximize, match:class:.*
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
windowrulev2 = nofocus, class:^$, title:^$, xwayland:1, floating:1, fullscreen:0, pinned:0
|
||||
|
||||
source = ~/.config/hypr/windowrule.conf
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Librewolf Picture-in-Picture
|
||||
windowrulev2 = float, class:($browser),title:(Picture-in-Picture)
|
||||
windowrulev2 = pin, class:($browser),title:(Picture-in-Picture)
|
||||
windowrule = opacity 1.0 override 1.0 override, class:($browser),title:(Picture-in-Picture)
|
||||
windowrulev2 = opacity 1.0 override 1.0 override, match:class:($browser), match:title:(Picture-in-Picture)
|
||||
|
||||
# Cheatsheet
|
||||
windowrulev2 = float, class:net.jeena.Cheatsheet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue