summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/keybind-cheatsheet/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'noctalia/.config/plugins/keybind-cheatsheet/manifest.json')
-rw-r--r--noctalia/.config/plugins/keybind-cheatsheet/manifest.json78
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": {}
- }
- }
-}