Fix .zprofile
This commit is contained in:
parent
1b1f05b568
commit
998e4343bf
@ -2,6 +2,6 @@
|
||||
# sourced by zsh when used as a login shell
|
||||
|
||||
# automatically run startx when logging in on tty1
|
||||
if [[ ! $DISPLAY && $TERM == 'linux' && $XDG_VTNR -eq 1 ]]; then
|
||||
#exec startx -- vt1 -keeptty > ~/.local/share/xorg/xorg.log
|
||||
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||||
#exec startx -- vt1 >/dev/null 2>&1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user