From 58f70f9a76b652c753880c03f22a734c67713e61 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 5 Nov 2012 21:02:18 +0100 Subject: .xinitrc --- .xinitrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf