about summary refs log tree commit diff
path: root/data/com.lakoliu.Furtherance.gschema.xml
blob: ae8edc49d090d82f8d9c7a523c36599e881ad909 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="furtherance">
	<schema id="com.lakoliu.Furtherance" path="/com/lakoliu/Furtherance/">
	  <key name="dark-mode" type="b">
      <default>true</default>
    </key>
	  <key name="notify-of-idle" type="b">
      <default>true</default>
    </key>
	  <key name="idle-time" type="i">
      <default>6</default>
    </key>
	</schema>
</schemalist>