diff --git a/.config/zsh/zprofile b/.config/zsh/zprofile index 42f2280..f8bf353 100644 --- a/.config/zsh/zprofile +++ b/.config/zsh/zprofile @@ -1,4 +1,4 @@ # Autostart X if systemctl -q is-active graphical.target && [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then - xinit qtile + xinit qtile start -b x11 fi