X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=xsetbg-start;h=85e3f1a255026c3a60245861f8f2671a8d26fc5a;hb=5da2f9851abc6ac5e00de55de009cb826385f7b5;hp=6254963f1e844265e973d5ccbbd980f6e73653ee;hpb=9e375793293e76527dddcf4645c4336a51670127;p=xsetbg.git diff --git a/xsetbg-start b/xsetbg-start index 6254963..85e3f1a 100755 --- a/xsetbg-start +++ b/xsetbg-start @@ -1,7 +1,4 @@ #! /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 & +nice -20 ionice -c3 "$HOME/lib/xsetbg"/xsetbg.py >/dev/null 2>&1 &