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(-) (limited to '.xinitrc') 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 From 43e6c2ed7d942f474f9ced7c96ad3e5ec285768a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:28:41 +0100 Subject: .xinitrc --- .xinitrc | 1 + 1 file changed, 1 insertion(+) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 8cce8b3..3be47f4 100755 --- a/.xinitrc +++ b/.xinitrc @@ -16,6 +16,7 @@ then fi emacs --daemon & +fehlstart & test -n "$1" && wm=$1 || wm="herbstluftwm" exec $wm -- cgit v1.2.3-54-g00ecf