Skip to content

Commit 71fe34a

Browse files
committed
Add support for backlight sensor.
1 parent 69711a0 commit 71fe34a

3 files changed

Lines changed: 579 additions & 1 deletion

File tree

data/org.cinnamon.settings-daemon.plugins.power.gschema.xml.in.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<schemalist>
22
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.cinnamon.settings-daemon.plugins.power" path="/org/cinnamon/settings-daemon/plugins/power/">
3+
<key name="ambient-enabled" type="b">
4+
<default>true</default>
5+
<summary>Enable the ambient light sensor</summary>
6+
<description>If the ambient light sensor functionality is enabled.</description>
7+
</key>
38
<key name="idle-brightness" type="i">
49
<default>30</default>
510
<summary>The brightness of the screen when idle</summary>

0 commit comments

Comments
 (0)