Update some user configs

This commit is contained in:
natemaia
2018-10-23 21:11:58 -07:00
parent 15fde92d60
commit dd505e5509
4 changed files with 194 additions and 163 deletions

View File

@ -1,5 +1,7 @@
# .zprofile
# ~/.zprofile
# sourced by zsh when used as a login shell
# automatically run startx when logging in on tty1
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- vt1 &>/dev/null
if [[ ! $DISPLAY && $TERM == 'linux' && $XDG_VTNR -eq 1 ]]; then
exec startx -- vt1 -keeptty > ~/.local/share/xorg/xorg.log
fi