arch/private_dot_config/niri/windowrules.kdl
lew 62d6e2d268 Update .config/DankMaterialShell/settings.json
Update .config/niri/config.kdl
Update .config/niri/dms/alttab.kdl
Update .config/niri/dms/layout.kdl
Update .config/niri/dms/wpblur.kdl
Update .config/niri/windowrules.kdl
Update .local/bin/low-battery-warn
2025-12-18 11:16:53 +00:00

46 lines
876 B
Text

// ##############
// # DEFAULTS #
// ##############
window-rule {
open-maximized false
}
window-rule {
match is-focused=false
opacity 0.94
}
window-rule {
match is-focused=true
opacity 0.98
}
// #############
// # OVERRIDES #
// #############
// Always opaque.
window-rule {
match app-id=r#"org.quickshell$"#
match title="[Yy]ou[Tt]ube"
match title="[Nn]et[Ff]lix"
match title="[Rr]une[Ll]ite"
match title="[Bb]olt [Ll]auncher"
match title="[Pp]roton [Aa]uthenticator"
exclude title="YouTube Music"
opacity 1.0
}
// Always floating.
window-rule {
match app-id=r#"org.quickshell$"#
match title="[Rr]une[Ll]ite"
match title="[Bb]olt [Ll]auncher"
match title="[Pp]roton [Aa]uthenticator"
match title="[Pp]icture[- ][Ii]n[- ][Pp]icture"
open-floating true
min-width 240
min-height 180
}