X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=blobdiff_plain;f=xsetbg-start;h=85e3f1a255026c3a60245861f8f2671a8d26fc5a;hp=35cce3358a0631e5b30b1cd7e93c41545a7970f6;hb=b6dde277b5d6238c9149ff4289888afa190cd433;hpb=4b2d415011fc184036818355ff8914c407b77c33 diff --git a/xsetbg-start b/xsetbg-start index 35cce33..85e3f1a 100755 --- a/xsetbg-start +++ b/xsetbg-start @@ -1,4 +1,4 @@ #! /bin/sh umask 077 -"$HOME/lib/xsetbg"/xsetbg.py >/dev/null 2>&1 & +nice -20 ionice -c3 "$HOME/lib/xsetbg"/xsetbg.py >/dev/null 2>&1 &