blob: 1d23477d001c51f2b41b2e12ce89c1d3924da46b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.gnome.shell.extensions.notification-timeout" path="/org/gnome/shell/extensions/notification-timeout/">
<!-- See also: https://developer.gnome.org/glib/stable/gvariant-format-strings.html -->
<key name="ignore-idle" type="b">
<default>true</default>
<summary>Ignores idle user - always timeout</summary>
</key>
<key name="always-normal" type="b">
<default>true</default>
<summary>Always as normal.</summary>
</key>
<key name="timeout" type="i">
<default>3000</default>
<summary>Notification timeout</summary>
</key>
</schema>
</schemalist>
|