This commit is contained in:
Tom Willemsen 2012-02-23 12:41:38 +01:00
parent 658c026740
commit c834bfb4b5

View file

@ -1,26 +1,26 @@
# -*- mode: shell-script; eval: (git-auto-commit-mode 1) -*-
# -----[ Modify keys ]------------------------------------------------
#_ Modify keys
xmodmap ~/.Xmodmap
# -----[ Start some programs ]----------------------------------------
#_ Start some programs
numlockx &
emacs --daemon &
xbindkeys &
# mpdscribble
#_. mpdscribble
pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
then
mpdscribble &
fi
#_. mpdnotify
mpc idleloop player | { while read; do notify-send "`mpc current`"; done } &
# -----[ Start notifier ]---------------------------------------------
#_ Start notifier
/usr/bin/dunst \
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
-nb "#000000" -nf "#15abc3" &
# -----[ Start session ]----------------------------------------------
#_ Start session
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 > ~/.xsession_errors
#_ Local Variables
# Local Variables:
# mode: shell-script
# eval: (git-auto-commit-mode 1)
# eval: (allout-mode 1)
# End: