summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.xinitrc b/.xinitrc
index 3a2b9a5..8cce8b3 100755
--- a/.xinitrc
+++ b/.xinitrc
@@ -15,5 +15,7 @@ then
mpdscribble &
fi
-test -n "$1" && wm=$1 || wm="emacs"
+emacs --daemon &
+
+test -n "$1" && wm=$1 || wm="herbstluftwm"
exec $wm