summaryrefslogtreecommitdiff
path: root/i3/.zprofile
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2019-07-08 20:41:25 +0200
committerJulian T <julian@jtle.dk>2019-07-11 15:58:26 +0200
commite40d0e1f047fa7f6d135154e59aea0b7e72184e3 (patch)
tree6b5fe89d4dfdf8cc2ff08090a454f4b59925e1be /i3/.zprofile
parentb1c51c990a80e98f3d6a36f44ac00bf1b1273a35 (diff)
Added i3wm config
Diffstat (limited to 'i3/.zprofile')
-rw-r--r--i3/.zprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/i3/.zprofile b/i3/.zprofile
new file mode 100644
index 0000000..b78f84a
--- /dev/null
+++ b/i3/.zprofile
@@ -0,0 +1,3 @@
+if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
+ exec startx
+fi