Skip to content

Commit

Permalink
Add a setting for notification duration (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte authored Nov 14, 2022
1 parent 92d13a8 commit 97f1271
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schemas/org.cinnamon.desktop.notifications.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<key type="i" name="timeout">
<default>1800</default>
<summary>Notification timeout</summary>
<description>Duration to keep store a notification in persitence.</description>
<description>Duration to keep a notification stored in persistence.</description>
</key>
<key type="i" name="fade-opacity">
<default>40</default>
Expand All @@ -32,6 +32,10 @@
<default>false</default>
<summary>Whether notifications are displayed on the bottom side of the screen</summary>
</key>
<key type="i" name="notification-duration">
<default>4</default>
<summary>How long notifications are displayed before disappearing</summary>
</key>
</schema>
</schemalist>

0 comments on commit 97f1271

Please sign in to comment.