mirror of
https://github.com/Snigdha-OS/snigdhaos-cinnamon-config.git
synced 2025-12-06 05:23:51 +01:00
65 lines
2.9 KiB
XML
65 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema path="/org/cinnamon/desktop/notifications/" id="org.cinnamon.desktop.notifications">
|
|
<key type="b" name="fade-on-mouseover">
|
|
<default>true</default>
|
|
<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>
|
|
<description>Duration to keep a notification stored in persistence.</description>
|
|
</key>
|
|
<key type="i" name="fade-opacity">
|
|
<default>40</default>
|
|
<range min="0" max="100" />
|
|
<summary>Opacity (percent) to use when mousing over a notification</summary>
|
|
<description>Opacity (percent) to use for notification fades</description>
|
|
</key>
|
|
<key type="b" name="display-notifications">
|
|
<default>true</default>
|
|
<summary>Whether notifications are to be displayed</summary>
|
|
</key>
|
|
<key type="b" name="bottom-notifications">
|
|
<default>false</default>
|
|
<summary>Whether notifications are displayed on the bottom side of the screen</summary>
|
|
</key>
|
|
<key name="notification-screen-display"
|
|
enum="org.cinnamon.desktop.CDesktopNotificationScreenDisplay">
|
|
<default>'primary-screen'</default>
|
|
<summary>Define which screen(s) to use for displaying notifications</summary>
|
|
<description>
|
|
This option provides control over how newly created notifications are displayed.
|
|
It has three possible values: "primary-screen" which shows notifications only on
|
|
the primary display, "active-screen" which shows subsequent notifications only on
|
|
the display where the mouse is located, and "fixed-screen" which shows
|
|
notifications on a fixed display number if it exists and the primary display if
|
|
it does not exist.
|
|
</description>
|
|
</key>
|
|
<key type="i" name="notification-fixed-screen">
|
|
<default>1</default>
|
|
<summary>Fixed screen number for displaying notifications</summary>
|
|
<description>
|
|
The fixed display number to use for displaying notifications if it exists,
|
|
where the primary display is last. If the fixed screen number does
|
|
not exist, the primary display is used instead.
|
|
</description>
|
|
</key>
|
|
<key type="i" name="notification-duration">
|
|
<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>
|