summaryrefslogtreecommitdiff
path: root/xinit/.zprofile
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-01-13 12:51:33 +0100
committerJulian T <julian@jtle.dk>2020-01-13 12:51:33 +0100
commit2171f213d6c7d0443c52b736b12f4394b4e34655 (patch)
treed3950bd036e398d488e7d700742a62debe832772 /xinit/.zprofile
parent77cbf7cd3976accb5539d7c105cb54fdcd962ce4 (diff)
Switched xlaunch system
Diffstat (limited to 'xinit/.zprofile')
-rw-r--r--xinit/.zprofile3
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