From 1e2ce86b681d54fd3a444fd500ef7b8736ca994b Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Fri, 3 May 2024 21:07:25 +0200 Subject: [PATCH] fix: /dev/tty1 instead of /dev/tty --- files/usr/share/fish/vendor_conf.d/startriver.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/usr/share/fish/vendor_conf.d/startriver.fish b/files/usr/share/fish/vendor_conf.d/startriver.fish index 5fbe09a..06fb317 100644 --- a/files/usr/share/fish/vendor_conf.d/startriver.fish +++ b/files/usr/share/fish/vendor_conf.d/startriver.fish @@ -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