Add my niri config for CachyOS

This commit is contained in:
2026-05-07 08:56:34 +02:00
parent 841f5af000
commit c9a260c319
10 changed files with 291 additions and 4 deletions
+22
View File
@@ -0,0 +1,22 @@
window-rule {
geometry-corner-radius 5 // Set every window radius to 20
clip-to-geometry true
}
// if you use steam you will probably like these
window-rule {
match app-id="steam"
exclude title=r#"^[Ss]team$"#
open-floating true
}
window-rule {
match app-id="steam" title=r#"^notificationtoasts_\d+_desktop$"#
default-floating-position x=10 y=10 relative-to="bottom-right"
open-focused false
}
layer-rule {
match namespace="^noctalia-wallpaper*"
place-within-backdrop true
}