summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorjulian T <julian@jtle.dk>2018-11-22 17:49:16 +0100
committerjulian T <julian@jtle.dk>2018-11-22 17:49:16 +0100
commit7a6f186eb54e2f94fded1b6fb0e61a8f8ae27fa3 (patch)
tree39ffaa265d7ad43f90a0f101c5bc1eeba7cd2abc /.zprofile
parent82ba7b838a0dc2f62b5fa9e80b37aae3d396e6ca (diff)
Updated lots of stuff
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile
new file mode 100644
index 0000000..b78f84a
--- /dev/null
+++ b/.zprofile
@@ -0,0 +1,3 @@
+if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
+ exec startx
+fi