Update some user configs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user