diff options
author | Aditya <bluenerd@protonmail.com> | 2023-02-26 17:09:32 +0530 |
---|---|---|
committer | Aditya <bluenerd@protonmail.com> | 2023-02-26 17:09:32 +0530 |
commit | cbfaaff0d4c92b5e83fccdd5935fe78d69c9b5e1 (patch) | |
tree | 10ce3386bdc697927b984b44f6aa4b94e5ee1049 /cinnamon/spices/notifications@cinnamon.org/notifications@cinnamon.org.json | |
parent | a1682154f7142053a74284623e3eb8c32b7a25cd (diff) |
add cinnamon
Diffstat (limited to 'cinnamon/spices/notifications@cinnamon.org/notifications@cinnamon.org.json')
-rw-r--r-- | cinnamon/spices/notifications@cinnamon.org/notifications@cinnamon.org.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/cinnamon/spices/notifications@cinnamon.org/notifications@cinnamon.org.json b/cinnamon/spices/notifications@cinnamon.org/notifications@cinnamon.org.json new file mode 100644 index 0000000..428b0ad --- /dev/null +++ b/cinnamon/spices/notifications@cinnamon.org/notifications@cinnamon.org.json @@ -0,0 +1,58 @@ +{ + "section1": { + "type": "section", + "description": "Behavior" + }, + "ignoreTransientNotifications": { + "type": "switch", + "default": true, + "description": "Ignore transient notifications", + "tooltip": "Check this to ignore transient notifications.", + "value": true + }, + "section2": { + "type": "section", + "description": "Display" + }, + "showEmptyTray": { + "type": "switch", + "default": false, + "description": "Show empty tray", + "tooltip": "Check this to show the tray even when there are no new notifications.", + "value": false + }, + "showNotificationCount": { + "type": "switch", + "default": true, + "description": "Show the number of notifications", + "value": true + }, + "section3": { + "type": "section", + "description": "Keyboard shortcuts" + }, + "keyOpen": { + "type": "keybinding", + "description": "Show notifications", + "default": "<Super>n", + "tooltip": "Set keybinding(s) to show the notification popup menu.", + "value": "<Super>n" + }, + "keyClear": { + "type": "keybinding", + "description": "Clear notifications", + "default": "<Shift><Super>c", + "tooltip": "Set keybinding(s) to clear all notifications.", + "value": "<Shift><Super>c" + }, + "section4": { + "type": "section", + "description": "" + }, + "btnSystemSettings": { + "type": "button", + "description": "Open notification settings", + "callback": "on_btn_open_system_settings_clicked" + }, + "__md5__": "cb9ad336b2e360509f8ba388e1d19b8f" +}
\ No newline at end of file |