summaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: 73bb22f07930a45092ffc2a473f767d98cd77e99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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: