-
Notifications
You must be signed in to change notification settings - Fork 0
/
patterns.json
104 lines (104 loc) · 2.19 KB
/
patterns.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
[
{
"name": "Firefox",
"class": "MozillaWindowClass",
"title": ".*Firefox$"
},
{
"name": "Google Chrome",
"class": "Chrome_WidgetWin_1",
"title": ".*Google Chrome$"
},
{
"name": "Microsoft Edge",
"class": "Chrome_WidgetWin_1",
"title": ".*Microsoft(\u200b|\\u200b)? Edge$"
},
{
"name": "Brave",
"class": "Chrome_WidgetWin_1",
"title": ".*Brave$"
},
{
"name": "Microsoft Teams",
"class": "Chrome_WidgetWin_1",
"title": "Microsoft Teams"
},
{
"name": "Microsoft Visual Studio Code",
"class": "Chrome_WidgetWin_1",
"title": "Visual Studio Code"
},
{
"name": "Notepad",
"class": "Notepad",
"title": "Notepad"
},
{
"name": "Paint",
"class": "PaintApp",
"title": "Paint"
},
{
"name": "Snipping Tool",
"class": "SnippingTool"
},
{
"name": "Calculator",
"class": "CalcFrame",
"title": "Calculator"
},
{
"name": "Microsoft Word",
"class": "OpusApp",
"title": ".*Word$"
},
{
"name": "Microsoft Excel",
"class": "XLMAIN",
"title": ".*Excel$"
},
{
"name": "Microsoft PowerPoint",
"class": "PPTFrameClass",
"title": ".*PowerPoint$"
},
{
"name": "File Explorer",
"class": "CabinetWClass",
"title": ".*"
},
{
"name": "Outlook",
"class": "rctrl_renwnd32",
"title": ".*Outlook$"
},
{
"name": "Discord",
"class": "Chrome_WidgetWin_1",
"title": ".*Discord$"
},
{
"name": "chatGPT",
"class": "Chrome_WidgetWin_1",
"title": "^New chat.*"
},
{
"name": "git bash",
"class": "mintty",
"title": "^MINGW64.*"
},
{
"name": "Windows Terminal",
"class": "CASCADIA_HOSTING_WINDOW_CLASS"
},
{
"name": "Settings",
"class": "ApplicationFrameWindow",
"title": "Settings"
},
{
"name": "Android Studio",
"class": "SunAwtFrame"
}
]