fix: use bash for starting river
This commit is contained in:
parent
50b6a5590c
commit
57400f80f1
4 changed files with 5 additions and 2 deletions
5
files/etc/profile.d/startriver.sh
Normal file
5
files/etc/profile.d/startriver.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
|
||||||
|
exec river &> /tmp/river.log
|
||||||
|
fi
|
|
@ -1 +0,0 @@
|
||||||
[ -d /home/linuxbrew/.linuxbrew ] && status --is-interactive && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
|
|
@ -1 +0,0 @@
|
||||||
[ -z $DISPLAY ] && [ (tty) = /dev/tty1 ] && status --is-login && exec river &> /tmp/river.log
|
|
Loading…
Reference in a new issue