mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2026-05-10 17:11:14 +02:00
Add my niri config for CachyOS
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user