Large update to configs
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# .zprofile
|
||||
# sourced by zsh when used as a login shell
|
||||
|
||||
# automatically run startx when logging in to tty1
|
||||
[[ -z $DISPLAY ]] && [[ $XDG_VTNR -eq 1 ]] && exec startx -- vt1 &>/dev/null
|
||||
# automatically run startx when logging in on tty1
|
||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- vt1 &>/dev/null
|
||||
|
Reference in New Issue
Block a user