diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-07-31 14:03:07 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-07-31 14:03:07 +0700 |
| commit | 4835f660f9435fa64336daaaae1ea3cab1dfbee6 (patch) | |
| tree | 45524b7f7cdb6009fa85558cea44678b2b563a43 /noctalia/.config/plugins/keybind-cheatsheet/manifest.json | |
| parent | 59226408d8bc950d7ec8c21623f28b5f7de8fce0 (diff) | |
mouse
Diffstat (limited to 'noctalia/.config/plugins/keybind-cheatsheet/manifest.json')
| -rw-r--r-- | noctalia/.config/plugins/keybind-cheatsheet/manifest.json | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/noctalia/.config/plugins/keybind-cheatsheet/manifest.json b/noctalia/.config/plugins/keybind-cheatsheet/manifest.json deleted file mode 100644 index a4a5b6a..0000000 --- a/noctalia/.config/plugins/keybind-cheatsheet/manifest.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "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": {} - } - } -} |
