apostrophe/data/de.wolfvollprecht.UberWrite...

49 lines
1.4 KiB
XML
Raw Normal View History

2018-04-13 18:17:32 +00:00
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
2018-04-13 21:17:30 +00:00
<schema path="/de/wolfvollprecht/UberWriter/" id="de.wolfvollprecht.UberWriter">
2018-04-13 18:17:32 +00:00
<key name='dark-mode' type='b'>
<default>false</default>
<summary>Dark mode</summary>
<description>
If enabled, the window will be dark themed
If disabled, the window will be light themed
asked to install them manually.
</description>
</key>
2019-01-27 15:42:36 +00:00
<key name='spellcheck' type='b'>
<default>true</default>
<summary>Spellcheck</summary>
<description>
Enable/disable spellchecking in the application.
</description>
</key>
2019-03-09 19:43:48 +00:00
<key name='gradient-overlay' type='b'>
<default>false</default>
2018-12-05 19:27:19 +00:00
<summary>Show gradient overlay</summary>
<description>
Show a gradient overlay over the text at the top anf bottom of the window.
It can cause performance problems to some users
</description>
</key>
2018-12-06 13:29:10 +00:00
<key name='poll-motion' type='b'>
<default>true</default>
<summary>Allow Uberwriter to poll cursor motion</summary>
<description>
Used for hidding the headerbar after 3 seconds if the cursor is not moving.
</description>
</key>
2018-05-06 18:00:14 +00:00
<key name='open-file-path' type='s'>
<default>"/tmp"</default>
<summary>Open file base path</summary>
<description>
Open file paths of the current session
</description>
</key>
2018-04-13 18:17:32 +00:00
</schema>
2018-04-13 21:17:30 +00:00
</schemalist>