Comment exec line in zprofile
This commit is contained in:
parent
dd505e5509
commit
1b1f05b568
@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
# automatically run startx when logging in on tty1
|
# automatically run startx when logging in on tty1
|
||||||
if [[ ! $DISPLAY && $TERM == 'linux' && $XDG_VTNR -eq 1 ]]; then
|
if [[ ! $DISPLAY && $TERM == 'linux' && $XDG_VTNR -eq 1 ]]; then
|
||||||
exec startx -- vt1 -keeptty > ~/.local/share/xorg/xorg.log
|
#exec startx -- vt1 -keeptty > ~/.local/share/xorg/xorg.log
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user