e-wm: decrease e niceness to -10 to get all the cpu it wants/needs
authorCarsten Haitzler (Raster <raster@rasterman.com>
Sun, 2 Nov 2008 00:44:09 +0000 (11:44 +1100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Fri, 14 Nov 2008 00:25:39 +0000 (00:25 +0000)
get more cpu to function as a launcher/app manager. e will not set this for
children - children get nice 1 now anyway.

packages/e17/e-wm/enlightenment_start.oe

index 7d472fa..fa78302 100644 (file)
@@ -5,4 +5,4 @@ if [ -r /etc/enlightenment/default_profile ]; then
   . /etc/enlightenment/default_profile
 fi
 
-exec enlightenment_start $E_PROFILE
+exec nice -n -10 enlightenment_start $E_PROFILE