zsh: Add zprofile to auto start X on login

This commit is contained in:
2020-10-31 22:34:11 +01:00
parent 0bf9a268ba
commit 7b63a148eb

3
.config/zsh/.zprofile Normal file
View File

@@ -0,0 +1,3 @@
# vim: ft=zsh
[[ -n $DISPLAY || $XDG_VTNR -ne 1 ]] || exec startx