This commit is contained in:
natemaia
2018-05-08 00:34:04 -07:00
parent 2d8afde54c
commit 2a85e57d47
12 changed files with 39 additions and 999 deletions

View File

@ -1,9 +1,5 @@
# .zprofile
# sourced by zsh when used as a login shell
# Uncomment below to autologin startx
# also see comments in ~/.xinitrc for more info
if [[ -z $DISPLAY ]] && [[ -n $XDG_VTNR ]] && [[ $XDG_VTNR -eq 1 ]]; then
exec startx -- vt1 &> /dev/null
fi
# automatically run startx when logging in to tty1
[[ -z $DISPLAY ]] && [[ $XDG_VTNR -eq 1 ]] && exec startx -- vt1 &>/dev/null