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
|
|
@ -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