hypr-dotfiles/hypr/windowrule.conf

31 lines
551 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-magic
match:class = org.keepassxc.KeePassXC
workspace = special:magic silent
}