-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlvc-commands.json
42 lines (42 loc) · 970 Bytes
/
lvc-commands.json
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
{
"open firefox": {
"exec": "firefox",
"feedback": "starting firefox",
"blocking": true
},
"open editor": {
"exec": "gedit",
"feedback": "launching editor",
"blocking": true
},
"lock the screen": {
"exec": "xdg-screensaver lock",
"feedback": "locked",
"blocking": false
},
"open whatsapp": {
"exec": "firefox https://web.whatsapp.com",
"feedback": "opening whatsapp",
"blocking": true
},
"open instagram": {
"exec": "firefox https://instagram.com",
"feedback": "opening instagram",
"blocking": true
},
"write an email": {
"exec": "firefox https://mail.google.com/mail/u/0/#inbox",
"feedback": "opening G Mail",
"blocking": true
},
"open rive": {
"exec": "firefox https://editor.rive.app/",
"feedback": "opening rive",
"blocking": false
},
"open figma": {
"exec": "firefox https://figma.com",
"feedback": "opening figma",
"blocking": false
}
}