This commit is contained in:
2026-03-16 01:59:49 -04:00
parent a09a4096b0
commit bba5f6794a
468 changed files with 60004 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
{
"section1": {
"type": "section",
"description": "Keyboard shortcuts"
},
"keyPower": {
"type": "keybinding",
"description": "Inhibit power management",
"default": "",
"tooltip": "Set keybinding(s) to inhibit power management.",
"value": ""
},
"keyNotifications": {
"type": "keybinding",
"description": "Inhibit notifications",
"default": "",
"tooltip": "Set keybinding(s) to inhibit notifications.",
"value": ""
},
"section2": {
"type": "section",
"description": ""
},
"btnSystemPowerSettings": {
"type": "button",
"description": "Open power settings",
"callback": "on_btn_open_system_power_settings_clicked"
},
"btnSystemNotificationSettings": {
"type": "button",
"description": "Open notification settings",
"callback": "on_btn_open_system_notification_settings_clicked"
},
"__md5__": "56e8861daa343dffe968f80e9a7fa5a2"
}