aboutsummaryrefslogtreecommitdiff
path: root/data/org.ayatana.display.gschema.xml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-11-28 08:47:03 +0000
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-11-28 08:51:08 +0000
commitde76813c8421fd900e0d57038d28e8be693e33be (patch)
treed99b90ed99e1c42f0bd7ad4bef35770bce521720 /data/org.ayatana.display.gschema.xml
parent22d45854cb2c7a6374d6dfc631d684d01fcc9063 (diff)
downloadayatana-indicator-display-de76813c8421fd900e0d57038d28e8be693e33be.tar.gz
ayatana-indicator-display-de76813c8421fd900e0d57038d28e8be693e33be.tar.bz2
ayatana-indicator-display-de76813c8421fd900e0d57038d28e8be693e33be.zip
Fork from Ubuntus' indicator-display project.
Diffstat (limited to 'data/org.ayatana.display.gschema.xml')
-rw-r--r--data/org.ayatana.display.gschema.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/org.ayatana.display.gschema.xml b/data/org.ayatana.display.gschema.xml
new file mode 100644
index 0000000..70d6e46
--- /dev/null
+++ b/data/org.ayatana.display.gschema.xml
@@ -0,0 +1,24 @@
+<schemalist gettext-domain="ayatana-indicator-display">
+ <enum id="org.ayatana.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.display" path="/org/ayatana/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.display.ScreenOrientation">
+ <default>"none"</default>
+ <summary>Orientation lock</summary>
+ <description>Locks orientation to a specific value.</description>
+ </key>
+ </schema>
+</schemalist>