aboutsummaryrefslogtreecommitdiffstats
path: root/config/scaleable
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2009-04-27 02:49:50 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2009-04-27 02:49:50 +0000
commitf7b1ad0f9b5562732d1c1b9f76a6f692adadb294 (patch)
tree80cefd0f81e00576737f1c7fdc2638f4f4e4a0c3 /config/scaleable
parentcf9748a78c816ac3f94e8c82ee39b91a907d01cc (diff)
downloadenlightenment-f7b1ad0f9b5562732d1c1b9f76a6f692adadb294.tar.gz
enlightenment-f7b1ad0f9b5562732d1c1b9f76a6f692adadb294.tar.xz
enlightenment-f7b1ad0f9b5562732d1c1b9f76a6f692adadb294.zip
Option to enable desklock after screensaver timeout.
This option will make it possible to lock the screen after some seconds screensaver started. It is useful in cases you want a short screensaver and uses screenlock but often need to unlock it quickly (ie: was talking to someone at the office, screensaver starts and you would like to quickly avoid desklock, otherwise need to stop talking, unlock and continue). SVN revision: 40413
Diffstat (limited to 'config/scaleable')
-rw-r--r--config/scaleable/e.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/scaleable/e.src b/config/scaleable/e.src
index e0d3626b7..1e718aa13 100644
--- a/config/scaleable/e.src
+++ b/config/scaleable/e.src
@@ -1,5 +1,5 @@
group "E_Config" struct {
- value "config_version" int: 65840;
+ value "config_version" int: 65841;
value "show_splash" int: 1;
value "init_default_theme" string: "default.edj";
value "desktop_default_name" string: "Desktop %i, %i";
@@ -1947,6 +1947,7 @@ group "E_Config" struct {
value "desklock_login_box_zone" int: -1;
value "desklock_start_locked" int: 0;
value "desklock_autolock_screensaver" int: 0;
+ value "desklock_post_screensaver_time" double: 0.0;
value "desklock_autolock_idle" int: 0;
value "desklock_autolock_idle_timeout" double: 300.0000000000000000000000000;
value "desklock_use_custom_desklock" int: 0;