From a30c11dcea2b59088a719d3e34fbfda58e0f25ab Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Tue, 10 Feb 2026 20:11:03 +0800 Subject: [PATCH] examples: niri: Update for Noctalia shell and Emacs + WezTerm in the installer. --- modules/rosenthal/examples/niri.kdl | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/modules/rosenthal/examples/niri.kdl b/modules/rosenthal/examples/niri.kdl index 4dfa372..07a30f6 100644 --- a/modules/rosenthal/examples/niri.kdl +++ b/modules/rosenthal/examples/niri.kdl @@ -626,9 +626,29 @@ binds { } -// Start user Shepherd +// Start user Shepherd. spawn-at-startup "shepherd" +// Noctalia shell. +window-rule { + geometry-corner-radius 20 + clip-to-geometry true +} + +debug { + honor-xdg-activation-with-invalid-serial +} + +// Needed for Emacs in the installer. +prefer-no-csd + +// Needed for WezTerm in the installer. +window-rule { + match app-id="org.wezfurlong.wezterm" + default-column-width { proportion 0.5; } + default-window-height { proportion 1; }} + +// Background color to match the wallpaper. overview { backdrop-color "#D2DEE9" }