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