]> git.phdru.name Git - xsetbg.git/commitdiff
Lower CPU and I/O priorities.
authorOleg Broytman <phd@phdru.name>
Sat, 10 Apr 2010 21:50:02 +0000 (21:50 +0000)
committerOleg Broytman <phd@phdru.name>
Sat, 10 Apr 2010 21:50:02 +0000 (21:50 +0000)
git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@41 143022c7-580b-0410-bae3-87f2bf5d3141

xsetbg-start

index 35cce3358a0631e5b30b1cd7e93c41545a7970f6..85e3f1a255026c3a60245861f8f2671a8d26fc5a 100755 (executable)
@@ -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 &