[profile] ignore stdin of s6

This commit is contained in:
odrling 2023-10-13 03:50:26 +02:00
parent 8091e1e79a
commit 98a5338f0d
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -31,7 +31,7 @@ fi
ulimit -c unlimited
if [ "$(tty)" = '/dev/tty1' ]; then
if command -v dwl > /dev/null; then
pgrep dwl || exec dbus-launch --exit-with-session dwl -s "s6-svscan ~/.s6"
pgrep dwl || exec dbus-launch --exit-with-session dwl -s "s6-svscan ~/.s6 <&-"
elif command -v startx > /dev/null; then
pgrep xinit || exec startx
fi