legacy-dotfiles/.xinitrc

27 lines
771 B
Text
Raw Normal View History

# -*- mode: shell-script -*-
2011-10-11 22:17:13 +02:00
# -----[ Set background ]---------------------------------------------
2011-12-06 15:49:25 +01:00
hsetroot -center ~/pictures/wallpapers/2960x1050/wallpaper-680196.jpg
2011-10-11 22:17:13 +02:00
# -----[ Modify keys ]------------------------------------------------
xmodmap ~/.Xmodmap
2011-10-11 22:17:13 +02:00
# -----[ Start some programs ]----------------------------------------
2011-01-13 09:32:28 +01:00
conky
numlockx &
2011-01-13 09:32:28 +01:00
2011-09-17 09:22:42 +02:00
# mpdscribble
pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]
then
mpdscribble &
fi
# -----[ Start notifier ]---------------------------------------------
2011-12-09 01:14:25 +01:00
/usr/bin/dunst \
2011-12-23 13:38:22 +01:00
-fn "-misc-tamsyn-medium-r-normal-*-14-*-*-*-*-*-iso8859-*" \
2011-11-17 13:40:36 +01:00
-nb "#252a2b" -nf "#eeeeec" &
2011-10-11 22:17:13 +02:00
# -----[ Start session ]----------------------------------------------
2011-11-09 19:51:08 +01:00
exec ck-launch-session /usr/bin/herbstluftwm 2>&1 > ~/.xsession_errors