diff options
author | Richard Hughes <richard@hughsie.com> | 2007-07-13 16:22:57 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2007-07-13 16:22:57 +0100 |
commit | 26d95f84d6d37d58b7e11ce2240733d9de26c484 (patch) | |
tree | 458ca2f5961b637abd98fe49abb76c8d83b80bc9 /plugins | |
parent | 1c7f169871670783c19cae40379f15d3c06f15f4 (diff) |
make the idle.timer_ values public, we'll want to change them in the session
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/glue/idle/idle.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/glue/idle/idle.ini b/plugins/glue/idle/idle.ini index 4ac94f0..e328945 100644 --- a/plugins/glue/idle/idle.ini +++ b/plugins/glue/idle/idle.ini @@ -1,5 +1,5 @@ # idle preference values -idle.timer_momentary 5000 -idle.timer_powersave 10000 -idle.timer_powerdown 100000 +idle.timer_momentary 5000 public +idle.timer_powersave 10000 public +idle.timer_powerdown 100000 public |