[gnome-settings-daemon] power: Make blanking timeouts match



commit 23b9be8296226f833f5c74e0275914af14143358
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Feb 10 20:36:06 2013 +0100

    power: Make blanking timeouts match
    
    15 seconds for AC unplug/plug and screensaver timeout.

 plugins/power/gsd-power-constants.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/power/gsd-power-constants.h b/plugins/power/gsd-power-constants.h
index ec4606a..a168366 100644
--- a/plugins/power/gsd-power-constants.h
+++ b/plugins/power/gsd-power-constants.h
@@ -19,7 +19,7 @@
  */
 
 /* The blank delay when the screensaver is active */
-#define SCREENSAVER_TIMEOUT_BLANK                       20 /* seconds */
+#define SCREENSAVER_TIMEOUT_BLANK                       15 /* seconds */
 
 /* The dim delay when dimming on idle is requested but idle-delay
  * is set to "Never" */
@@ -32,7 +32,7 @@
 #define MINIMUM_IDLE_DIM_DELAY                          10 /* seconds */
 
 /* The amount of time we'll undim if the machine is idle when plugged in */
-#define POWER_UP_TIME_ON_AC                             10 /* seconds */
+#define POWER_UP_TIME_ON_AC                             15 /* seconds */
 
 /* Default brightness values for the mock backlight used in the test suite */
 #define GSD_MOCK_DEFAULT_BRIGHTNESS                     50


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]