]> git.phdru.name Git - xsetbg.git/blob - xsetbg-start
XSetBg: select a random image and set it as the desktop wallpaper (display it in...
[xsetbg.git] / xsetbg-start
1 #! /bin/sh
2
3 umask 077
4 cd "$HOME/lib/xsetbg"
5 # Remove stale socket
6 rm -f xsetbg.sock
7 PYTHONPATH="`pwd`" python -O "`whence readyexecd.py`" xsetbg.sock xsetbg.run &