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

xsetroot -solid "#002b36"
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: