-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
51 lines (51 loc) · 997 Bytes
/
config.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
{
"names":
[
{
"name":"CLASS",
"class":"DEFAULT"
},
{
"name":"Browser",
"class":"Nightly"
},
{
"name":"iBOSS Vim",
"class":"Termite",
"window_name":".*\\(.*iboss_ws/src/iboss/.*\\) - VIM$"
},
{
"name":"Vim",
"class":"Termite",
"window_name":".* - VIM$"
},
{
"name":"Nextcloud ssh",
"class":"Termite",
"window_name":"^[[:alnum:]]+@nextcloud.*"
},
{
"name":"ROS2 Terminal",
"class":"Termite",
"window_name":".* - ROS2$"
},
{
"name":"Kamaro Terminal",
"class":"Termite",
"window_name":".* - Kamaro$"
},
{
"name":"Root Terminal",
"class":"Termite",
"window_name":"^root@foxlair.*"
},
{
"name":"Terminal",
"class":"Termite"
},
{
"name":"",
"class":"Polybar"
}
]
}