summarylogtreecommitdiffstats
path: root/manage-dpms.patch
diff options
context:
space:
mode:
authorQue Quotion2018-03-13 00:01:46 +0900
committerQue Quotion2018-03-13 00:01:46 +0900
commit7b9898852e2c90d73c148d21902ef5da730dccae (patch)
tree587eb4f54265b947960d7f4fc1f7524081ab8000 /manage-dpms.patch
parentbdc73534eadaf6906b0d30ea72ee66ca6af43d16 (diff)
downloadaur-7b9898852e2c90d73c148d21902ef5da730dccae.tar.gz
Update to 3.27.91\/3.24.2!
Diffstat (limited to 'manage-dpms.patch')
-rw-r--r--manage-dpms.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/manage-dpms.patch b/manage-dpms.patch
index 2a834e90df66..be2a7342789b 100644
--- a/manage-dpms.patch
+++ b/manage-dpms.patch
@@ -1,18 +1,18 @@
=== modified file 'data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in'
---- data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in 2016-05-13 19:33:51 +0000
-+++ data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in 2016-05-13 19:57:07 +0000
+--- data/org.gnome.settings-daemon.plugins.power.gschema.xml.in 2016-05-13 19:33:51 +0000
++++ data/org.gnome.settings-daemon.plugins.power.gschema.xml.in 2016-05-13 19:57:07 +0000
@@ -5,6 +5,11 @@
<_summary>Activation of this plugin</_summary>
- <_description>Whether this plugin would be activated by gnome-settings-daemon or not</_description>
+ <_description>Whether this plugin would be activated by unity-settings-daemon or not</_description>
</key>
+ <key name="manage-dpms-defaults" type="b">
+ <default>false</default>
+ <summary>Reset X DPMS values</summary>
+ <description>Whether DPMS values will be adjusted by gnome-settings-daemon</description>
+ </key>
- <key name="priority" type="i">
- <default>0</default>
- <_summary>Priority to use for this plugin</_summary>
+ <key name="idle-brightness" type="i">
+ <default>30</default>
+ <summary>The brightness of the screen when idle</summary>
=== modified file 'plugins/power/gpm-common.c'
--- plugins/power/gpm-common.c 2016-05-13 19:33:51 +0000