Skip to content

Commit 97f1271

Browse files
authored
Add a setting for notification duration (#215)
1 parent 92d13a8 commit 97f1271

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

schemas/org.cinnamon.desktop.notifications.gschema.xml.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<key type="i" name="timeout">
1717
<default>1800</default>
1818
<summary>Notification timeout</summary>
19-
<description>Duration to keep store a notification in persitence.</description>
19+
<description>Duration to keep a notification stored in persistence.</description>
2020
</key>
2121
<key type="i" name="fade-opacity">
2222
<default>40</default>
@@ -32,6 +32,10 @@
3232
<default>false</default>
3333
<summary>Whether notifications are displayed on the bottom side of the screen</summary>
3434
</key>
35+
<key type="i" name="notification-duration">
36+
<default>4</default>
37+
<summary>How long notifications are displayed before disappearing</summary>
38+
</key>
3539
</schema>
3640
</schemalist>
3741

0 commit comments

Comments
 (0)