diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..7303c6f --- /dev/null +++ b/.zprofile @@ -0,0 +1,3 @@ +if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then + exec startx +fi