legacy-dotfiles/.xinitrc

20 lines
314 B
Text
Raw Normal View History

2012-01-11 09:31:02 +01:00
xmodmap ~/.Xmodmap
2012-04-19 11:29:50 +02:00
2012-03-25 22:19:21 +02:00
xsetroot -solid "#002b36"
numlockx &
2012-02-23 12:36:28 +01:00
emacs --daemon &
xbindkeys &
2012-04-19 11:29:50 +02:00
2011-09-17 09:22:42 +02:00
pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
then
mpdscribble &
fi
2012-04-19 11:29:50 +02:00
2012-04-06 13:40:36 +02:00
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 >> ~/.xsession_errors
2012-04-19 11:29:50 +02:00
2012-02-23 12:41:38 +01:00
# Local Variables:
# mode: shell-script
# eval: (git-auto-commit-mode 1)
# End: