summaryrefslogtreecommitdiff
path: root/i3/.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 /i3/.zprofile
parent77cbf7cd3976accb5539d7c105cb54fdcd962ce4 (diff)
Switched xlaunch system
Diffstat (limited to 'i3/.zprofile')
-rw-r--r--i3/.zprofile3
1 files changed, 0 insertions, 3 deletions
diff --git a/i3/.zprofile b/i3/.zprofile
deleted file mode 100644
index b78f84a..0000000
--- a/i3/.zprofile
+++ /dev/null
@@ -1,3 +0,0 @@
-if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
- exec startx
-fi