summaryrefslogtreecommitdiff
path: root/dwm/.zprofile
diff options
context:
space:
mode:
authorjulian T <julian@jtle.dk>2019-02-02 17:23:53 +0100
committerjulian T <julian@jtle.dk>2019-02-02 17:23:53 +0100
commit489aeecfdd9d8938669e25961f43df287c4e9bcd (patch)
treeb2560dde94fb1b9a5e851ab82e0d609fdd9304a2 /dwm/.zprofile
parentadc0806cdda2673910483a4266265eb9103da1c8 (diff)
Moved to stow
Diffstat (limited to 'dwm/.zprofile')
-rw-r--r--dwm/.zprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/dwm/.zprofile b/dwm/.zprofile
new file mode 100644
index 0000000..b78f84a
--- /dev/null
+++ b/dwm/.zprofile
@@ -0,0 +1,3 @@
+if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
+ exec startx
+fi