mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
58 lines
No EOL
1.7 KiB
JSON
58 lines
No EOL
1.7 KiB
JSON
{
|
|
"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"
|
|
} |