diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2010-03-21 01:41:08 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2010-03-21 01:41:08 (GMT) |
commit | 72aa4f632af6cae15a7f74973cd8230f30bd8536 (patch) | |
tree | 849074872d9bc490764eeca526f592ca34feb709 /abs | |
parent | 355f5d31dfb3bf803bfd20c9ba6537405c59aba4 (diff) | |
download | linhes_pkgbuild-72aa4f632af6cae15a7f74973cd8230f30bd8536.zip linhes_pkgbuild-72aa4f632af6cae15a7f74973cd8230f30bd8536.tar.gz linhes_pkgbuild-72aa4f632af6cae15a7f74973cd8230f30bd8536.tar.bz2 |
LinHES-system: reduce unclutter aggressiveness
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/LinHES-system/LinHES-run | 2 | ||||
-rw-r--r-- | abs/core-testing/LinHES-system/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index 959fe84..2322b3b 100644 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -7,7 +7,7 @@ #move mouse to corner xdotool mousemove -10 -10 -/usr/X11R6/bin/unclutter -root -idle 1 -jitter 200 -noevents & +/usr/X11R6/bin/unclutter -root -idle 5 -jitter 5 -noevents & if [ x"$Screensavertype" = "xgscreensaver" ] then gnome-screensaver & diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD index cca8500..f9c1a97 100644 --- a/abs/core-testing/LinHES-system/PKGBUILD +++ b/abs/core-testing/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=1.0 -pkgrel=74 +pkgrel=75 arch=('i686') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin |