-
Notifications
You must be signed in to change notification settings - Fork 1
/
.amethyst
214 lines (208 loc) · 5.4 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
"LAYOUTS": "----------------------",
"layouts": [
],
"MODIFIERS": "----------------------",
"Valid modifiers are": [
"option",
"shift",
"control",
"command"
],
"mod1": [
"option",
"shift",
"option",
"shift",
"control",
"]"
],
"COMMANDS": "----------------------",
"Commands are": {
"cycle-layout": "Cycle layout to the next layout",
"cycle-layout-backward": "Cycle layout to the previous layout",
"focus-screen-1": "Focus the main window on the first screen",
"focus-screen-2": "Focus the main window on the second screen",
"focus-screen-3": "Focus the main window on the third screen",
"focus-screen-4": "Focus the main window on the fourth screen",
"throw-screen-1": "Throw the focused window to the first screen",
"throw-screen-2": "Throw the focused window to the second screen",
"throw-screen-3": "Throw the focused window to the third screen",
"throw-screen-4": "Throw the focused window to the fourth screen",
"shrink-main": "Shrink the main pane of the current layout",
"expand-main": "Expand the main pane of the current layout",
"increase-main": "Increase the number of windows in the main pane",
"decrease-main": "Decrease the number of windows in the main pane",
"focus-ccw": "Move window focus counter-clockwise on the current screen",
"focus-cw": "Move window focus clockwise on the current screen",
"swap-ccw": "Swap focused window with the next window going counter-clockwise",
"swap-cw": "Swap focused window with the next window going clockwise",
"swap-main": "Swap focused window with the main window of its screen",
"throw-space-1": "Throw the focused window to the first space",
"throw-space-2": "Throw the focused window to the second space",
"throw-space-3": "Throw the focused window to the third space",
"throw-space-4": "Throw the focused window to the fourth space",
"throw-space-5": "Throw the focused window to the fifth space",
"throw-space-6": "Throw the focused window to the sixth space",
"throw-space-7": "Throw the focused window to the seventh space",
"throw-space-8": "Throw the focused window to the eighth space",
"throw-space-9": "Throw the focused window to the ninth space",
"toggle-float": "Toggle the focused window between being floating and tiled"
},
"screens": "4",
"cycle-layout": {
"mod": "mod1",
"key": "space"
},
"cycle-layout-backward": {
"mod": "mod2",
"key": "space"
},
"select-tall-layout": {
"mod": "mod1",
"key": "a"
},
"select-wide-layout": {
"mod": "mod1",
"key": "s"
},
"select-fullscreen-layout": {
"mod": "mod1",
"key": "d"
},
"select-column-layout": {
"mod": "mod1",
"key": "f"
},
"focus-screen-1": {
"mod": "mod1",
"key": "w"
},
"focus-screen-2": {
"mod": "mod1",
"key": "e"
},
"focus-screen-3": {
"mod": "mod1",
"key": "r"
},
"focus-screen-4": {
"mod": "mod1",
"key": "q"
},
"throw-screen-1": {
"mod": "mod2",
"key": "w"
},
"throw-screen-2": {
"mod": "mod2",
"key": "e"
},
"throw-screen-3": {
"mod": "mod2",
"key": "r"
},
"throw-screen-4": {
"mod": "mod2",
"key": "q"
},
"shrink-main": {
"mod": "mod1",
"key": "h"
},
"expand-main": {
"mod": "mod1",
"key": "l"
},
"increase-main": {
"mod": "mod1",
"key": ","
},
"decrease-main": {
"mod": "mod1",
"key": "."
},
"focus-ccw": {
"mod": "mod1",
"key": "j"
},
"focus-cw": {
"mod": "mod1",
"key": "k"
},
"swap-screen-ccw": {
"mod": "mod2",
"key": "h"
},
"swap-screen-cw": {
"mod": "mod2",
"key": "l"
},
"swap-ccw": {
"mod": "mod2",
"key": "j"
},
"swap-cw": {
"mod": "mod2",
"key": "k"
},
"swap-main": {
"mod": "mod1",
"key": "enter"
},
"throw-space-1": {
"mod": "mod2",
"key": "1"
},
"throw-space-2": {
"mod": "mod2",
"key": "2"
},
"throw-space-3": {
"mod": "mod2",
"key": "3"
},
"throw-space-4": {
"mod": "mod2",
"key": "4"
},
"throw-space-5": {
"mod": "mod2",
"key": "5"
},
"throw-space-6": {
"mod": "mod2",
"key": "6"
},
"throw-space-7": {
"mod": "mod2",
"key": "7"
},
"throw-space-8": {
"mod": "mod2",
"key": "8"
},
"throw-space-9": {
"mod": "mod2",
"key": "9"
},
"toggle-float": {
"mod": "mod1",
"key": "t"
},
"toggle-tiling": {
"mod": "mod2",
"key": "t"
},
"display-current-layout": {
"mod": "mod1",
"key": "i"
},
"MISC": "----------------------",
"floating": [],
"float-small-windows": false,
"mouse-follows-focus": false,
"focus-follows-mouse": true,
"enables-layout-hud": false,
"enables-layout-hud-on-space-change": false
}