nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

commit 4fb53e9d4d7838a5ae28f7075950066c68a30d96
parent 845f80da873ffc0696792ca0c413117bf4650b79
Author: ryukamish <[email protected]>
Date:   Mon, 13 Apr 2026 21:21:34 +0530

add: start niri without a display manager

Diffstat:
Msetup.sh | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/setup.sh b/setup.sh @@ -153,3 +153,10 @@ xdg-mime default mpv.desktop video/x-ms-asf xdg-mime default mpv.desktop video/x-ogm+ogg xdg-mime default mpv.desktop video/x-theora+ogg xdg-mime default mpv.desktop application/ogg + +# Start niri without a display manager +# if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ] && [ -z "$NIRI_LOADED" ]; then +# export NIRI_LOADED=1 +# exec niri-session +# fi +