summaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: af2e5515c45b568fb02553d075c79f2eeb29ae21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
xmodmap ~/.Xmodmap

{ emacs --daemon & } && sleep 1

pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
then
    mpdscribble &
fi

# rox -b Default

test -n "$1" && wm=$1 || wm="awesome" # wm="emacsclient -ce \"(oni:wm-init)\""
exec $wm