From 3335ccc165f53c8e744352d3d6694c801fb71ecd Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 23 Oct 2012 00:26:30 +0200 Subject: .xinitrc --- .xinitrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index d4a7db4..3a2b9a5 100755 --- a/.xinitrc +++ b/.xinitrc @@ -9,13 +9,11 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then unset f fi -{ emacs --daemon & } && sleep 1 - pidof mpdscribble >& /dev/null if [ $? -ne 0 ] then mpdscribble & fi -test -n "$1" && wm=$1 || wm="awesome" # wm="emacsclient -ce \"(oni:wm-init)\"" +test -n "$1" && wm=$1 || wm="emacs" exec $wm -- cgit v1.2.3-54-g00ecf