diff options
Diffstat (limited to 'data/com.lakoliu.Furtherance.gschema.xml')
-rw-r--r-- | data/com.lakoliu.Furtherance.gschema.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/com.lakoliu.Furtherance.gschema.xml b/data/com.lakoliu.Furtherance.gschema.xml index cf2db5d..128e49a 100644 --- a/data/com.lakoliu.Furtherance.gschema.xml +++ b/data/com.lakoliu.Furtherance.gschema.xml @@ -1,5 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> <schemalist gettext-domain="furtherance"> <schema id="com.lakoliu.Furtherance" path="/com/lakoliu/Furtherance/"> + <key name="notify-of-idle" type="b"> + <default>true</default> + </key> + <key name="idle-time" type="i"> + <default>6</default> + </key> </schema> </schemalist> |