Skip to content

Commit

Permalink
notifications schema: Add fullscreen-notifications boolean (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalixte authored Nov 16, 2023
1 parent fdff5ca commit 03e36d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions schemas/org.cinnamon.desktop.notifications.gschema.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
<summary>Notifications fade out</summary>
<description>Set this to TRUE to allow notifications to fade under the mouse.</description>
</key>

<key type="b" name="remove-old">
<default>false</default>
<summary>Remove old notifications</summary>
<description>Check this to automatically remove old notifications.</description>
</key>

<key type="i" name="timeout">
<default>1800</default>
<summary>Notification timeout</summary>
Expand Down Expand Up @@ -58,6 +56,9 @@
<default>4</default>
<summary>How long notifications are displayed before disappearing</summary>
</key>
<key type="b" name="fullscreen-notifications">
<default>false</default>
<summary>Whether notifications are displayed over fullscreen windows</summary>
</key>
</schema>
</schemalist>

0 comments on commit 03e36d2

Please sign in to comment.