aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.indicator.display.gschema.xml
blob: f9a04c88ff27b85146e0d65beacdde4b11c9437d (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
<schemalist gettext-domain="ayatana-indicator-display">
  <enum id="org.ayatana.indicator.display.ScreenOrientation">
    <value value="0" nick="none"/>
    <value value="1" nick="PrimaryOrientation"/>
    <value value="2" nick="LandscapeOrientation"/>
    <value value="3" nick="PortraitOrientation"/>
    <value value="4" nick="InvertedLandscapeOrientation"/>
    <value value="5" nick="InvertedPortraitOrientation"/>
  </enum>
  <schema id="org.ayatana.indicator.display" path="/org/ayatana/indicator/display/">
    <key name="rotation-lock" type="b">
      <default>false</default>
      <summary>Lock rotation</summary>
      <description>
      Lock automatic display rotation.
      </description>
    </key>
    <key name="orientation-lock" enum="org.ayatana.indicator.display.ScreenOrientation">
      <default>"none"</default>
      <summary>Orientation lock</summary>
      <description>Locks orientation to a specific value.</description>
    </key>
    <key name="color-temp" type="q">
      <range min="3500" max="6500"/>
      <default>6500</default>
      <summary>Color temperature</summary>
      <description>Sets the color temperature of your screen. The lower the value, the higher the intensity of the redness effect applied to the display.</description>
    </key>
  </schema>
</schemalist>