/ modules / darwin / config.json
config.json
 1  {
 2    "actions": [
 3      {
 4        "key": "t",
 5        "label": "Kitty",
 6        "type": "command",
 7        "value": "kitty -d ~ &",
 8        "iconPath": "/Users/mfarabi/Applications/kitty.app"
 9      },
10      {
11        "key": "e",
12        "label": "Emacs",
13        "type": "command",
14        "value": "open ~/Applications/Emacs.app",
15        "iconPath": "/Users/mfarabi/Applications/Emacs.app"
16      },
17      {
18        "key": "s",
19        "type": "application",
20        "value": "/System/Applications/System Settings.app"
21      },
22      {
23        "key": "v",
24        "label": "Vivaldi",
25        "type": "application",
26        "value": "/Applications/Vivaldi.app"
27      },
28      {
29        "key": "k",
30        "type": "command",
31        "iconPath": "keyboard.fill",
32        "label": "🖮 Start Karabiner Driver + Kanata",
33        "value": "sudo killall Karabiner-VirtualHIDDevice-Daemon; sudo killall kanata; sudo '/Library/Application Support/org.pqrs/Karabiner-DriverKit-VirtualHIDDevice/Applications/Karabiner-VirtualHIDDevice-Daemon.app/Contents/MacOS/Karabiner-VirtualHIDDevice-Daemon' &; sudo kanata -qc ~/MFarabi619/modules/darwin/kanata.kbd &"
34      },
35      {
36        "iconPath": "/Users/mfarabi/Applications/UTM.app",
37        "key": "u",
38        "label": "UTM",
39        "type": "command",
40        "value": "open ~/Applications/UTM.app"
41      },
42      {
43        "key": "o",
44        "type": "command",
45        "label": "OpenCode",
46        "iconPath": "curlybraces",
47        "value": "sudo killall opencode; opencode web &"
48      }
49    ],
50    "type": "group"
51  }