Removed dbus-launch

This commit is contained in:
Kristofers Solo 2023-02-24 22:32:01 +02:00
parent 46173dca3a
commit 7dc48dfa8d

View File

@ -1,4 +1,4 @@
#!/bin/zsh
# Start graphical server on user's current tty if not already running.
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec dbus-launch --sh-syntax --exit-with-session startx "$XINITRC"
[ "$(tty)" = "/dev/tty1" ] && ! pidof -s Xorg >/dev/null 2>&1 && exec startx "$XINITRC"