legacy-dotfiles/.xinitrc
2012-04-19 11:29:50 +02:00

19 lines
314 B
Text

xmodmap ~/.Xmodmap
xsetroot -solid "#002b36"
numlockx &
emacs --daemon &
xbindkeys &
pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
then
mpdscribble &
fi
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
# Local Variables:
# mode: shell-script
# eval: (git-auto-commit-mode 1)
# End: