legacy-dotfiles/.xinitrc
2012-06-17 23:05:16 +02:00

20 lines
296 B
Text

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: