summaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: 0e41d5d5adf28aa6a1a68702f8dfb39a5e971408 (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 ck-launch-session $wm