xmodmap ~/.Xmodmap xsetroot -solid "#000000" numlockx & emacs --daemon & pidof mpdscribble >& /dev/null if [ $? -ne 0 ] then mpdscribble & fi wm=$1 test -n "$wm" || wm=herbstluftwm exec ck-launch-session $wm # Local Variables: # mode: shell-script # eval: (git-auto-commit-mode 1) # End: