modularize niri config
This commit is contained in:
parent
272aadbda3
commit
efbbe37a30
6 changed files with 436 additions and 502 deletions
16
configs/niri/base/noctalia-shell.kdl
Normal file
16
configs/niri/base/noctalia-shell.kdl
Normal 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
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue