summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-10-23 00:26:30 +0200
committerGravatar Tom Willemsen2012-10-23 00:26:30 +0200
commit3335ccc165f53c8e744352d3d6694c801fb71ecd (patch)
tree9c7718cbacdd57df12078e9ec223d955740704bd /.xinitrc
parentaf62874a4a0023a572a1df84ec441376ee66c59b (diff)
downloaddotfiles-3335ccc165f53c8e744352d3d6694c801fb71ecd.tar.gz
dotfiles-3335ccc165f53c8e744352d3d6694c801fb71ecd.zip
.xinitrc
Diffstat (limited to '.xinitrc')
-rwxr-xr-x.xinitrc4
1 files changed, 1 insertions, 3 deletions
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