]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg-start
XSetBg: select a random image and set it as the desktop wallpaper (display it in...
[xsetbg.git] / xsetbg-start
diff --git a/xsetbg-start b/xsetbg-start
new file mode 100755 (executable)
index 0000000..6254963
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+umask 077
+cd "$HOME/lib/xsetbg"
+# Remove stale socket
+rm -f xsetbg.sock
+PYTHONPATH="`pwd`" python -O "`whence readyexecd.py`" xsetbg.sock xsetbg.run &