aboutsummaryrefslogtreecommitdiff
path: root/src/org.sigxcpu.uplanfahr.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/org.sigxcpu.uplanfahr.gschema.xml')
-rw-r--r--src/org.sigxcpu.uplanfahr.gschema.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/org.sigxcpu.uplanfahr.gschema.xml b/src/org.sigxcpu.uplanfahr.gschema.xml
new file mode 100644
index 0000000..ca6af26
--- /dev/null
+++ b/src/org.sigxcpu.uplanfahr.gschema.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist>
+ <schema path="/org/sigxcpu/uplanfahr/" id="org.sigxcpu.uplanfahr">
+ <key name="font" type="s">
+ <default>'Monospace 12'</default>
+ <summary>Font</summary>
+ <description>The font to be used for content.</description>
+ </key>
+ <key name="fullscreen" type="b">
+ <default>false</default>
+ <summary>Fullscreen</summary>
+ <description>Whether to display the app fullscreen.</description>
+ </key>
+ <key name="show-words" type="b">
+ <default>false</default>
+ <summary>Show words</summary>
+ <description>Whether to show a word list in the sidebar</description>
+ </key>
+ </schema>
+</schemalist>