-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcfg.json
63 lines (62 loc) · 1.32 KB
/
cfg.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[
{
"title": "Mozilla Firefox",
"description": "web browser",
"command": "firefox"
},
{
"title": "Mozilla Firefox Private",
"description": "Private window",
"command": "firefox --private-window"
},
{
"title": "DBGate",
"description": "Database IDE",
"command": "flatpak run org.dbgate.DbGate"
},
{
"title": "Telegram",
"description": "Telegram Desktop",
"command": "flatpak run org.telegram.desktop"
},
{
"title": "Nemo",
"description": "File manager",
"command": "nemo"
},
{
"title": "Project: FastLauncher",
"description": "Project: FastLauncher",
"command": "alacritty --working-directory ~/work/opensource/fast-launcher"
},
{
"title": "Project: FunnyVideo",
"description": "Project: FunnyVideo",
"command": "alacritty --working-directory ~/work/opensource/funny_video"
},
{
"title": "SSH: Mac",
"description": "Connect to Macbook Air",
"command": "alacritty -e ssh sergey@192.168.1.49"
},
{
"title": "Obsidian",
"description": "Obsidian",
"command": "flatpak run md.obsidian.Obsidian"
},
{
"title": "KWrite",
"description": "text editor",
"command": "flatpak run org.kde.kwrite"
},
{
"title": "Krita",
"description": "Digital painting",
"command": "flatpak run org.kde.krita"
},
{
"title": "Kate",
"description": "text editor",
"command": "kate"
}
]