diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..277492d --- /dev/null +++ b/.zprofile @@ -0,0 +1,3 @@ +if [ -z "${DISPLAY}" ] && [ "{XDG_VTNR}" -eq 1 ]; then + exec startx +fi |