We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d13a8 commit 97f1271Copy full SHA for 97f1271
schemas/org.cinnamon.desktop.notifications.gschema.xml.in
@@ -16,7 +16,7 @@
16
<key type="i" name="timeout">
17
<default>1800</default>
18
<summary>Notification timeout</summary>
19
- <description>Duration to keep store a notification in persitence.</description>
+ <description>Duration to keep a notification stored in persistence.</description>
20
</key>
21
<key type="i" name="fade-opacity">
22
<default>40</default>
@@ -32,6 +32,10 @@
32
<default>false</default>
33
<summary>Whether notifications are displayed on the bottom side of the screen</summary>
34
35
+ <key type="i" name="notification-duration">
36
+ <default>4</default>
37
+ <summary>How long notifications are displayed before disappearing</summary>
38
+ </key>
39
</schema>
40
</schemalist>
41
0 commit comments