-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.amethyst
111 lines (107 loc) · 2.25 KB
/
.amethyst
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
105
106
107
108
109
110
111
{
"LAYOUTS": "-------------------",
"layouts": [
"tall",
"fullscreen"
],
"MODIFIERS": "-------------------",
"mod1": ["option"],
"mod2": ["option", "command"],
"COMMANDS": "-------------------",
"focus-screen-1": {
"mod": "mod1",
"key": "q"
},
"focus-screen-2": {
"mod": "mod1",
"key": "w"
},
"throw-screen-1": {
"mod": "mod2",
"key": "q"
},
"throw-screen-2": {
"mod": "mod2",
"key": "w"
},
"focus-ccw": {
"mod": "mod1",
"key": "k"
},
"focus-cw": {
"mod": "mod1",
"key": "j"
},
"swap-ccw": {
"mod": "mod2",
"key": "k"
},
"swap-cw": {
"mod": "mod2",
"key": "j"
},
"cycle-layout": {
"mod": "mod2",
"key": "space"
},
"select-tall-layout": {
"mod": "mod2",
"key": "a"
},
"select-wide-layout": {
"mod": "mod2",
"key": "s"
},
"select-fullscreen-layout": {
"mod": "mod2",
"key": "d"
},
"select-column-layout": {
"mod": "mod2",
"key": "f"
},
"MISC": "-------------------",
"floating": [
"JuiceboxBuilder-Lite",
"com.adobe.Acrobat.Pro",
"com.adobe.Photoshop",
"com.agilebits.onepassword4",
"com.apple.DiskUtility",
"com.apple.FontBook",
"com.apple.Preview",
"com.apple.appstore",
"com.apple.finder",
"com.apple.iBooksX",
"com.apple.iChat",
"com.apple.iTunes",
"com.apple.installer",
"com.apple.installer",
"com.apple.systempreferences",
"com.bjango.istatmenus",
"com.crystalidea.AnyToISO",
"com.dropbox.mbd.external-beta",
"com.flexibits.fantastical2.mac",
"com.justsystems.atok27.EnvironmentSet",
"com.justsystems.atok28.Customizer",
"com.justsystems.atok28.EnvironmentSet",
"com.kapeli.dash",
"com.kapeli.dash",
"com.nateparrott.Flashlight",
"com.pixelmatorteam.pixelmator",
"com.pqrs.Karabiner",
"com.roxio.Toast",
"com.skitch.skitch",
"com.vmware.fusion",
"fm.last.Scrobbler",
"fr.handbrake.HandBrake",
"io.lookback.Unicorns",
"jp.tsawada2.BathyScaphe",
"org.pqrs.Karabiner",
"org.videolan.vlc",
"org.virtualbox.app.VirtualBox",
"org.virtualbox.app.VirtualBoxVM"
],
"mouse-follows-focus": true,
"focus-follows-mouse": false,
"MODELINE": " vim:se ft=json: "
}