31 lines
547 B
Text
31 lines
547 B
Text
# LibreWolf Picture-in-Picture
|
|
windowrule {
|
|
name = librewolf-pip
|
|
match:class = ($browser)
|
|
match:title = (Picture-in-Picture)
|
|
|
|
float = on
|
|
pin = on
|
|
opacity = 1.0 override 1.0 override
|
|
}
|
|
|
|
# Cheatsheet
|
|
windowrule {
|
|
name = cheatsheet-window
|
|
match:class = net.jeena.Cheatsheet
|
|
|
|
float = on
|
|
center = on
|
|
}
|
|
|
|
windowrule {
|
|
name = chromium-ws3
|
|
match:class = chromium
|
|
workspace = 3 silent
|
|
}
|
|
|
|
windowrule {
|
|
name = keepassxc-special
|
|
match:class = org.keepassxc.KeePassXC
|
|
workspace = special silent
|
|
}
|