modularize niri config

This commit is contained in:
Alexander Navarro 2026-01-08 14:49:09 -03:00
parent 272aadbda3
commit efbbe37a30
6 changed files with 436 additions and 502 deletions

View file

@ -0,0 +1,16 @@
window-rule {
// Rounded corners for a modern look.
geometry-corner-radius 20
// Clips window contents to the rounded corner boundaries.
clip-to-geometry true
}
debug {
// Allows notification actions and window activation from Noctalia.
honor-xdg-activation-with-invalid-serial
}
// Set the overview wallpaper on the backdrop.
layer-rule {
match namespace="^noctalia-overview*"
place-within-backdrop true
}