summaryrefslogtreecommitdiffstats
path: root/.xinitrc
blob: 6df86929567c60b0bca4bd594ce4c614acc5dd1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
xmodmap ~/.Xmodmap 2>&1 > xmodmap-errors

xsetroot -solid "#000000"
numlockx &
emacs --daemon &

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

xbindkeys

exec ck-launch-session $1
# Local Variables:
# mode: shell-script
# eval: (git-auto-commit-mode 1)
# End: