diff --git a/.config/zsh/.zprofile-X11 b/.config/zsh/.zprofile-X11 index 3b9aa28a..ca45c2e3 100644 --- a/.config/zsh/.zprofile-X11 +++ b/.config/zsh/.zprofile-X11 @@ -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"