mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-01-11 20:40:24 +01:00
21 lines
498 B
Plaintext
21 lines
498 B
Plaintext
// https://docs.noctalia.dev/getting-started/compositor-settings/niri/
|
|
|
|
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
|
|
}
|