Add .config/niri/binds.kdl Update .config/niri/config.kdl Add .config/niri/input.kdl Add .config/niri/output.kdl Add .config/niri/overview.kdl Add .config/niri/startup.kdl Add .config/niri/windowrules.kdl
37 lines
511 B
Text
37 lines
511 B
Text
window-rule {
|
|
open-maximized false
|
|
}
|
|
|
|
window-rule {
|
|
match is-focused=false
|
|
opacity 0.9
|
|
}
|
|
|
|
window-rule {
|
|
match is-focused=true
|
|
opacity 0.97
|
|
}
|
|
|
|
window-rule {
|
|
match title="Chromium"
|
|
match is-focused=true
|
|
opacity 1.0
|
|
}
|
|
|
|
window-rule {
|
|
match title="Chromium"
|
|
match is-focused=false
|
|
opacity 0.97
|
|
}
|
|
|
|
window-rule {
|
|
match title="youtube"
|
|
match title="netflix"
|
|
opacity 1.0
|
|
}
|
|
|
|
window-rule {
|
|
match title="^launcher$"
|
|
open-floating true
|
|
open-focused true
|
|
}
|