From 1cbad143fd004fa5553b9277170054dc30bfda94 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Wed, 4 Aug 2021 21:04:24 -0500 Subject: changed back for now --- zsh/zprofile.base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/zprofile.base b/zsh/zprofile.base index 88414a9..3a49327 100644 --- a/zsh/zprofile.base +++ b/zsh/zprofile.base @@ -24,4 +24,4 @@ export QT_QPA_PLATFORMTHEME="qt5ct" export LESSHISTFILE="-" # Autostart x11 after login -if [[ $USER != "root" ] && [ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then startx ~/.config/x11/xinitrc; fi +if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then startx ~/.config/x11/xinitrc; fi -- cgit v1.2.3