summaryrefslogtreecommitdiff
path: root/noctalia/.config/plugins/keybind-cheatsheet/manifest.json
blob: a4a5b6a7a639b8b9272f49a42cf2b42f02791fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
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": {}
    }
  }
}