zsh: Add zprofile to auto start X on login
This commit is contained in:
3
.config/zsh/.zprofile
Normal file
3
.config/zsh/.zprofile
Normal file
@@ -0,0 +1,3 @@
|
||||
# vim: ft=zsh
|
||||
|
||||
[[ -n $DISPLAY || $XDG_VTNR -ne 1 ]] || exec startx
|
||||
Reference in New Issue
Block a user