diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-24 20:57:33 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-24 20:57:33 +0700 |
| commit | 395c08d0a334cdffbcc370384bee67f19f964399 (patch) | |
| tree | d57cdf13385785aaf068d4f8408fe6cc2f095999 /noctalia/.config/plugins/keybind-cheatsheet/manifest.json | |
frst
Diffstat (limited to 'noctalia/.config/plugins/keybind-cheatsheet/manifest.json')
| -rw-r--r-- | noctalia/.config/plugins/keybind-cheatsheet/manifest.json | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/noctalia/.config/plugins/keybind-cheatsheet/manifest.json b/noctalia/.config/plugins/keybind-cheatsheet/manifest.json new file mode 100644 index 0000000..a4a5b6a --- /dev/null +++ b/noctalia/.config/plugins/keybind-cheatsheet/manifest.json @@ -0,0 +1,78 @@ +{ + "id": "keybind-cheatsheet", + "name": "Keybind Cheatsheet", + "version": "3.7.4", + "minNoctaliaVersion": "3.6.0", + "author": "blacku", + "license": "MIT", + "repository": "https://github.com/noctalia-dev/noctalia-plugins", + "description": "Universal keyboard shortcuts keymap that automatically detects and displays keybindings for Hyprland, Niri, or MangoWC compositors.", + "tags": [ + "Bar", + "Panel", + "System", + "Indicator", + "Hyprland", + "Niri", + "MangoWC" + ], + "entryPoints": { + "main": "Main.qml", + "barWidget": "BarWidget.qml", + "panel": "Panel.qml", + "settings": "Settings.qml" + }, + "dependencies": { + "plugins": [] + }, + "metadata": { + "defaultSettings": { + "cheatsheetData": [], + "detectedCompositor": "", + "windowWidth": 1400, + "windowHeight": 850, + "autoHeight": true, + "columnCount": 3, + "modKeyVariable": "$mod", + "hyprlandConfigPath": "~/.config/hypr/hyprland.conf", + "hyprlandLuaConfigPath": "~/.config/hypr/hyprland.lua", + "hyprlandParserMode": "auto", + "niriConfigPath": "~/.config/niri/config.kdl", + "mangoConfigPath": "~/.config/mango/config.conf", + "mergeSequentialBinds": true, + "showUndescribedBinds": true, + "splitLargeWorkspaceCategory": true, + "workspaceSplitThreshold": 12, + "keyColorAlt": "#FF6B6B", + "keyColorXF86": "#4ECDC4", + "keyColorPrint": "#95E1D3", + "keyColorNumeric": "#A8DADC", + "keyColorMouse": "#F38181", + "keyColorSuper": "", + "keyColorCtrl": "", + "keyColorShift": "", + "keyColorDefault": "#6C757D", + "keyLabelColor": "#FFFFFF", + "keyTextSuper": "", + "keyTextCtrl": "", + "keyTextShift": "", + "keyTextAlt": "", + "keyTextXF86": "", + "keyTextPrint": "", + "keyTextNumeric": "", + "keyTextMouse": "", + "keyTextDefault": "", + "keyColorMod2": "", + "keyColorMod3": "", + "keyColorMod5": "", + "keyTextMod2": "", + "keyTextMod3": "", + "keyTextMod5": "", + "keyLabelMod2": "", + "keyLabelMod3": "", + "keyLabelMod5": "", + "descriptionTextColor": "", + "bindOverrides": {} + } + } +} |
