XINIT: replace habak with xsetroot

This commit is contained in:
Tom Willemsen 2011-10-11 22:17:13 +02:00
parent 90fd54383f
commit 7f2acb2e68

View file

@ -1,14 +1,14 @@
# -*- mode: shell-script -*- # -*- mode: shell-script -*-
habak -mp 0,0 ~/pictures/wallpapers/1680x1050 \ # -----[ Set background ]---------------------------------------------
-mp -0,0 ~/pictures/wallpapers/1280x1024 xsetroot -solid black
# -----[ Modify keys ]------------------------------------------------
xmodmap ~/.Xmodmap xmodmap ~/.Xmodmap
# -----[ Start some programs ]----------------------------------------
conky conky
numlockx & numlockx &
while :; do
xsetroot -name "`~/.rootname.scm`"
sleep 1m
done &
# mpdscribble # mpdscribble
pidof mpdscribble >& /dev/null pidof mpdscribble >& /dev/null
@ -17,4 +17,11 @@ then
mpdscribble & mpdscribble &
fi fi
exec ~/development/projects/dwm/dwm # -----[ Repeatedly set rootname ]------------------------------------
while :; do
xsetroot -name "`~/.rootname.scm`"
sleep 1m
done &
# -----[ Start session ]----------------------------------------------
exec ck-launch-session ~/development/projects/dwm/dwm