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

emacs --daemon &

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