mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-12 21:04:22 +00:00
examples: niri: Update for Noctalia shell and Emacs + WezTerm in the installer.
This commit is contained in:
parent
cf2b0b47f2
commit
a30c11dcea
@ -626,9 +626,29 @@ binds {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Start user Shepherd
|
// Start user Shepherd.
|
||||||
spawn-at-startup "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 {
|
overview {
|
||||||
backdrop-color "#D2DEE9"
|
backdrop-color "#D2DEE9"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user