summaryrefslogtreecommitdiff
path: root/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
blob: deec1f0c64adb9da9a92ec573c9751762aadfc04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<schemalist>
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.plugins.power" path="/org/gnome/settings-daemon/plugins/power/">
    <key name="active" type="b">
      <default>true</default>
      <_summary>Activation of this plugin</_summary>
      <_description>Whether this plugin would be activated by gnome-settings-daemon or not</_description>
    </key>
    <key name="priority" type="i">
      <default>0</default>
      <_summary>Priority to use for this plugin</_summary>
      <_description>Priority to use for this plugin in gnome-settings-daemon startup queue</_description>
    </key>
    <key name="idle-brightness" type="i">
      <default>30</default>
      <summary>The brightness of the screen when idle</summary>
      <description>This is the laptop panel screen brightness used when the session is idle.</description>
    </key>
    <key name="idle-dim" type="b">
      <default>true</default>
      <summary>Dim the screen after a period of inactivity</summary>
      <description>If the screen should be dimmed to save power when the computer is idle.</description>
    </key>
    <key name="sleep-inactive-ac-timeout" type="i">
      <default>0</default>
      <summary>Sleep timeout computer when on AC</summary>
      <description>The amount of time in seconds the computer on AC power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
    </key>
    <key name="sleep-inactive-ac-type" enum="org.gnome.settings-daemon.GsdPowerActionType">
      <default>'suspend'</default>
      <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
      <description>The type of sleeping that should be performed when the computer is inactive.</description>
    </key>
    <key name="sleep-inactive-battery-timeout" type="i">
      <default>0</default>
      <summary>Sleep timeout computer when on battery</summary>
      <description>The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
    </key>
    <key name="sleep-inactive-battery-type" enum="org.gnome.settings-daemon.GsdPowerActionType">
      <default>'suspend'</default>
      <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
      <description>The type of sleeping that should be performed when the computer is inactive.</description>
    </key>
    <key name="button-suspend" enum="org.gnome.settings-daemon.GsdPowerActionType">
      <default>'suspend'</default>
      <summary>Suspend button action</summary>
      <description>The action to take when the system suspend button is pressed.</description>
    </key>
    <key name="button-hibernate" enum="org.gnome.settings-daemon.GsdPowerActionType">
      <default>'hibernate'</default>
      <summary>Hibernate button action</summary>
      <description>The action to take when the system hibernate button is pressed.</description>
    </key>
    <key name="button-sleep" enum="org.gnome.settings-daemon.GsdPowerActionType">
      <default>'hibernate'</default>
      <summary>Sleep button action</summary>
      <description>The action to take when the system sleep (non-specific type) button is pressed.</description>
    </key>
    <!-- See https://bugzilla.gnome.org/show_bug.cgi?id=652183 for rationale -->
    <key name="button-power" enum="org.gnome.settings-daemon.GsdPowerActionType">
      <default>'suspend'</default>
      <summary>Power button action</summary>
      <description>The action to take when the system power button is pressed.</description>
    </key>
    <key name="ambient-enabled" type="b">
      <default>true</default>
      <summary>Enable the ALS sensor</summary>
      <description>If the ambient light sensor functionality is enabled.</description>
    </key>
  </schema>
</schemalist>