From 7dc48dfa8d46f66c7422b99bd0b3f7752ed4babc Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Fri, 24 Feb 2023 22:32:01 +0200 Subject: [PATCH] Removed dbus-launch --- .config/zsh/.zprofile-X11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"