fix: /dev/tty1 instead of /dev/tty

This commit is contained in:
Bastien Riviere 2024-05-03 21:07:25 +02:00
parent 7aa490745b
commit 1e2ce86b68
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -1 +1 @@
[ -z $DISPLAY ] && [ (tty) = /dev/tty ] && status --is-login && exec river &> /tmp/river.log
[ -z $DISPLAY ] && [ (tty) = /dev/tty1 ] && status --is-login && exec river &> /tmp/river.log