[profile] don't close s6's stdin

somebar needs it for now
This commit is contained in:
odrling 2023-10-13 19:16:54 +02:00
parent 5b670d0ccf
commit ffd0250cc1
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -33,7 +33,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