-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreferences.json
44 lines (44 loc) · 899 Bytes
/
preferences.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
{
"short_names": {
"IntelliJ IDEA": "IntelliJ",
"Google Chrome": "Chrome",
"Cisco AnyConnect Secure Mobility Client": "Cisco",
"Karabiner-Elements": "Karabiner",
"Amazon Chime": "Chime",
"Microsoft Outlook": "Outlook"
},
"arrangements": {
"triple": {
"monitors": {
"1": 1,
"2": 1,
"3": 2
},
"processes": {
"IntelliJ IDEA": 2,
"Google Chrome": 1,
"Amazon Chime": 1,
"Firefox": 3,
"Spotify": 1,
"Microsoft Outlook": 1,
"PyCharm": 2,
"iTerm2": 1
}
},
"single": {
"monitors": {
"1": 1
},
"processes": {
"IntelliJ IDEA": 1,
"Google Chrome": 1,
"Amazon Chime": 1,
"Firefox": 1,
"Spotify": 1,
"Microsoft Outlook": 1,
"PyCharm": 1,
"iTerm2": 1
}
}
}
}