fix: use startniri

This commit is contained in:
Bastien Riviere 2024-11-20 21:05:54 +01:00
parent 23cc0fcc02
commit f987f94c18
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec river &> /tmp/river.log exec niri-session
fi fi