legacy-dotfiles/.xinitrc

28 lines
651 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
2011-10-11 22:17:13 +02:00
# -----[ Repeatedly set rootname ]------------------------------------
while :; do
xsetroot -name "`~/.rootname.scm`"
sleep 1m
done &
# -----[ Start session ]----------------------------------------------
exec ck-launch-session /usr/bin/herbstluftwm