diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-13 09:35:56 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-13 09:35:56 +0200 |
commit | 7b110fc4aee889bd5cbec9ed74f83bcde8a50c5b (patch) | |
tree | 702bd2bc84523c6949042d98de7413261af87455 /data/org.ayatana.display.gschema.xml | |
parent | 30f951b9ff276a53f8b0d9a79fcb6a074c909393 (diff) | |
download | ayatana-indicator-display-7b110fc4aee889bd5cbec9ed74f83bcde8a50c5b.tar.gz ayatana-indicator-display-7b110fc4aee889bd5cbec9ed74f83bcde8a50c5b.tar.bz2 ayatana-indicator-display-7b110fc4aee889bd5cbec9ed74f83bcde8a50c5b.zip |
Revert "Fix schema path"
This reverts commit fb3029c0a3121b83f1bca05006e5f95512c709e2.
Diffstat (limited to 'data/org.ayatana.display.gschema.xml')
-rw-r--r-- | data/org.ayatana.display.gschema.xml | 24 |
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> |