diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-09 22:28:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-09 22:28:18 (GMT) |
commit | ef37404dc855cf08c14fb260ba3e3c3e7783790d (patch) | |
tree | 89e38a7032c26e9734c450f2bad8b5d5834e7f4b /abs/core-testing/LinHES-system/LinHES-run | |
parent | 36c30088af23737a94add8bdeb80fe173d99f69f (diff) | |
download | linhes_pkgbuild-ef37404dc855cf08c14fb260ba3e3c3e7783790d.zip linhes_pkgbuild-ef37404dc855cf08c14fb260ba3e3c3e7783790d.tar.gz linhes_pkgbuild-ef37404dc855cf08c14fb260ba3e3c3e7783790d.tar.bz2 |
Add support for screensaver.
This does nothing to address the mplayer heartbeat command.
Diffstat (limited to 'abs/core-testing/LinHES-system/LinHES-run')
-rw-r--r-- | abs/core-testing/LinHES-system/LinHES-run | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run index 8b4a9f5..8de7a4b 100644 --- a/abs/core-testing/LinHES-system/LinHES-run +++ b/abs/core-testing/LinHES-system/LinHES-run @@ -5,7 +5,16 @@ #keylaunch & #/usr/bin/tilda & -/usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents & +#move mouse to corner +xdotool mousemove -10 -10 +/usr/X11R6/bin/unclutter -root -idle 1 -jitter 200 -noevents & +if [ x"$XScreensaver" = "x1" ] +then + #start xscreensaver + xscreensaver-command -exit + xscreensaver -nosplash & +fi + /usr/bin/xvattr -a XV_COLORKEY -v 0 mtd & #/usr/bin/nvidia-settings -l |