legacy-dotfiles/.xinitrc

25 lines
623 B
Text
Raw Normal View History

# -*- mode: shell-script -*-
2011-10-11 22:17:13 +02:00
# -----[ Set background ]---------------------------------------------
xsetroot -solid black
# -----[ 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 ]---------------------------------------------
/usr/bin/dunst &
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