diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-09 22:29:47 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-09 22:29:47 (GMT) |
commit | 65d618207ec01f41e33e69cc56f9bca0a3068da2 (patch) | |
tree | 2c415c14aa87570f374b8be72ff6a0cfb0525262 /abs | |
parent | ef37404dc855cf08c14fb260ba3e3c3e7783790d (diff) | |
download | linhes_pkgbuild-65d618207ec01f41e33e69cc56f9bca0a3068da2.zip linhes_pkgbuild-65d618207ec01f41e33e69cc56f9bca0a3068da2.tar.gz linhes_pkgbuild-65d618207ec01f41e33e69cc56f9bca0a3068da2.tar.bz2 |
Activate screensaver after 10 minutes
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core-testing/system-templates/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/system-templates/templates/xscreensaver.template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/system-templates/PKGBUILD b/abs/core-testing/system-templates/PKGBUILD index 4ae8b73..f151017 100755 --- a/abs/core-testing/system-templates/PKGBUILD +++ b/abs/core-testing/system-templates/PKGBUILD @@ -1,6 +1,6 @@ pkgname=system-templates pkgver=1.0 -pkgrel=4 +pkgrel=5 conflicts=( ) pkgdesc="Templates used for system configuration" depends=() diff --git a/abs/core-testing/system-templates/templates/xscreensaver.template b/abs/core-testing/system-templates/templates/xscreensaver.template index 054694c..dcddefa 100644 --- a/abs/core-testing/system-templates/templates/xscreensaver.template +++ b/abs/core-testing/system-templates/templates/xscreensaver.template @@ -2,7 +2,7 @@ # Written by xscreensaver-demo 5.08 for mythtv on Mon Mar 9 14:30:41 2009. # http://www.jwz.org/xscreensaver/ -timeout: 0:1:00 +timeout: 0:10:00 cycle: 0:10:00 lock: False lockTimeout: 0:00:00 |