Add .config/niri/animations.kdl

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
This commit is contained in:
Lewis Wynne 2025-11-17 15:30:26 +00:00
parent d1b453c3ed
commit 4de22116d4
8 changed files with 208 additions and 204 deletions

View file

@ -0,0 +1,37 @@
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
}