examples: niri: Update for Noctalia shell and Emacs + WezTerm in the installer.

This commit is contained in:
Hilton Chain 2026-02-10 20:11:03 +08:00
parent cf2b0b47f2
commit a30c11dcea
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -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"
}