Cleanup configs for no DM, fix gksu issues, add addditional configs

This commit is contained in:
natemaia
2018-05-01 21:57:34 -07:00
parent a6093d1758
commit f6512906cb
9 changed files with 104 additions and 78 deletions

9
home/.zprofile Normal file
View File

@ -0,0 +1,9 @@
# .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