-
Notifications
You must be signed in to change notification settings - Fork 9
/
old-glaze-config.yaml
314 lines (284 loc) · 9.47 KB
/
old-glaze-config.yaml
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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
general:
# Whether to automatically focus windows underneath the cursor.
focus_follows_cursor: false
# Whether to jump the cursor between windows focused by the WM.
cursor_follows_focus: true
# Whether to switch back and forth between the previously focused workspace
# when focusing the current workspace.
toggle_workspace_on_refocus: true
# Whether to show floating windows as always on top.
show_floating_on_top: false
# Amount to move floating windows by (eg. when using `alt+<hjkl>` on a floating window)
floating_window_move_amount: "5%"
# Whether to center new floating windows.
center_new_floating_windows: true
# *Strongly* recommended to set to 'false'. Whether to globally enable/disable
# window transition animations (on minimize, close, etc). Set to 'unchanged'
# to make no setting changes.
window_animations: "unchanged"
gaps:
# Gap between adjacent windows.
inner_gap: "1px"
# Gap between windows and the screen edge.
outer_gap: "0px"
# Highlight active/inactive windows with a colored border.
# ** Exclusive to Windows 11 due to API limitations.
focus_borders:
active:
enabled: true
color: "#0000ff"
inactive:
enabled: false
color: "#ff0000"
bar:
height: "25px"
position: "top"
opacity: 0.75
background: "#20242cc4"
foreground: "#ffffff"
font_family: "Segoe UI"
font_size: "12px"
padding: "4px 50px 4px 50px"
offset_x: "0"
offset_y: "0"
border_radius: "0"
components_left:
- type: "workspaces"
focused_workspace_background: "#ffffff66"
displayed_workspace_background: "#00000000"
default_workspace_background: "transparent"
components_right:
- type: "tiling direction"
label_horizontal: "⮂"
label_vertical: "⮁"
background: "#ffffff33"
margin: "0 4px"
padding: "0 8px"
workspaces:
- name: "1"
display_name: "[ 1 ] Right Monitor"
bind_to_monitor: 1
- name: "2"
display_name: "[ 2 ] Email"
bind_to_monitor: 2
- name: "3"
display_name: "[ 3 ] Browsers"
bind_to_monitor: 3
- name: "4"
display_name: "[ 4 ] Comms"
bind_to_monitor: 2
- name: "5"
display_name: "[ 5 ] Dev"
bind_to_monitor: 3
- name: "6"
display_name: "[ 6 ] Foxtrot"
- name: "7"
display_name: "[ 7 ] Active Call"
bind_to_monitor: 2
- name: "8"
display_name: "[ 8 ] Hotel"
- name: "9"
display_name: "[ 9 ] India"
- name: "10"
display_name: "[ 10 ] Juliet"
- name: "11"
display_name: "[ 11 ] Kilo"
- name: "12"
display_name: "[ 12 ] Lima"
- name: "13"
display_name: "[ 13 ] Mike"
- name: "14"
display_name: "[ 14 ] November"
- name: "15"
display_name: "[ 15 ] Oscar"
- name: "16"
display_name: "[ 16 ] Papa"
- name: "17"
display_name: "[ 17 ] Quebec"
- name: "18"
display_name: "[ 18 ] Romeo"
- name: "19"
display_name: "[ 19 ] Sierra"
- name: "20"
display_name: "[ 20 ] Tango"
window_rules:
# Task Manager requires admin privileges to manage and should be ignored unless running
# the WM as admin.
- command: "ignore"
match_process_name: "/Taskmgr|ScreenClippingHost/"
# Launches system dialogs as floating by default (eg. File Explorer save/open dialog).
- command: "set floating"
match_class_name: "#32770"
# Do not manage picture-in-picture windows for browsers. Note that the default is for
# English; change `match_title` to the window's title if you use another language.
- command: "ignore"
match_title: "[Pp]icture.in.[Pp]icture"
match_class_name: "Chrome_WidgetWin_1|MozillaDialogClass"
# Some applications (eg. Steam) have borders that extend past the normal border size.
# - command: "resize borders 0px -7px -7px -7px"
# match_process_name: "steam"
keybindings:
# Shift focus in a given direction.
- command: "focus left"
bindings: ["Alt+H"]
- command: "focus right"
bindings: ["Alt+L"]
- command: "focus up"
bindings: ["Alt+K"]
- command: "focus down"
bindings: ["Alt+J"]
# Move focused window in a given direction.
- command: "move left"
bindings: ["Alt+Shift+H"]
- command: "move right"
bindings: ["Alt+Shift+L"]
- command: "move up"
bindings: ["Alt+Shift+K"]
- command: "move down"
bindings: ["Alt+Shift+J"]
# Resize focused window by a percentage or pixel amount.
- command: "resize width -2%"
binding: "Alt+OemMinus"
- command: "resize width +2%"
binding: "Alt+Oemplus"
- command: "resize height +2%"
binding: "Alt+Shift+Oemplus"
- command: "resize height -2%"
binding: "Alt+Shift+OemMinus"
# Change tiling direction. This determines where new tiling windows will be inserted.
- command: "tiling direction toggle"
binding: "Alt+X"
# Change focus between floating / tiling windows.
- command: "focus mode toggle"
binding: "Alt+F"
# Change the focused window to be floating / tiling.
- command: "toggle floating"
binding: "Alt+Shift+F"
# Change the focused window to be maximized / unmaximized.
- command: "toggle maximized"
binding: "Alt+G"
# Close focused window.
- command: "close"
binding: "Alt+Shift+Q"
# Re-evaluate configuration file.
- command: "reload config"
binding: "Alt+Shift+R"
# Focus the workspace that last had focus.
- command: "focus workspace recent"
binding: "Alt+Y"
# Focus the next/previous workspace defined in `workspaces` config.
- command: "focus workspace next"
binding: "Alt+B"
- command: "focus workspace prev"
binding: "Alt+V"
# Change focus to a workspace defined in `workspaces` config.
- command: "focus workspace 1"
binding: "Alt+1"
- command: "focus workspace 2"
binding: "Alt+2"
- command: "focus workspace 3"
binding: "Alt+3"
- command: "focus workspace 4"
binding: "Alt+4"
- command: "focus workspace 5"
binding: "Alt+5"
- command: "focus workspace 6"
binding: "Alt+6"
- command: "focus workspace 7"
binding: "Alt+7"
- command: "focus workspace 8"
binding: "Alt+8"
- command: "focus workspace 9"
binding: "Alt+9"
- command: "focus workspace 7"
binding: "Alt+C"
- command: "focus workspace 6"
binding: "Alt+W"
- command: "focus workspace 7"
binding: "Alt+E"
- command: "focus workspace 8"
binding: "Alt+R"
- command: "focus workspace 9"
binding: "Alt+T"
- command: "focus workspace 10"
binding: "Alt+0"
- command: "focus workspace 11"
binding: "Alt+Insert+1"
- command: "focus workspace 12"
binding: "Alt+Insert+2"
- command: "focus workspace 13"
binding: "Alt+Insert+3"
- command: "focus workspace 14"
binding: "Alt+Insert+4"
- command: "focus workspace 15"
binding: "Alt+Insert+5"
- command: "focus workspace 16"
binding: "Alt+Insert+6"
- command: "focus workspace 17"
binding: "Alt+Insert+7"
- command: "focus workspace 18"
binding: "Alt+Insert+8"
- command: "focus workspace 19"
binding: "Alt+Insert+9"
- command: "focus workspace 20"
binding: "Alt+Insert+0"
# Move focused workspace to a monitor in a given direction.
- command: "move workspace left"
binding: "Alt+Left"
- command: "move workspace right"
binding: "Alt+Right"
- command: "move workspace up"
binding: "Alt+Up"
- command: "move workspace down"
binding: "Alt+Down"
# Move focused window to a workspace defined in `workspaces` config.
- commands: ["move to workspace 1", "focus workspace 1"]
binding: "Alt+Shift+1"
- commands: ["move to workspace 2", "focus workspace 2"]
binding: "Alt+Shift+2"
- commands: ["move to workspace 3", "focus workspace 3"]
binding: "Alt+Shift+3"
- commands: ["move to workspace 4", "focus workspace 4"]
binding: "Alt+Shift+4"
- commands: ["move to workspace 5", "focus workspace 5"]
binding: "Alt+Shift+5"
- commands: ["move to workspace 6", "focus workspace 6"]
binding: "Alt+Shift+6"
- commands: ["move to workspace 7", "focus workspace 7"]
binding: "Alt+Shift+7"
- commands: ["move to workspace 8", "focus workspace 8"]
binding: "Alt+Shift+8"
- commands: ["move to workspace 9", "focus workspace 9"]
bindings: ["Alt+Shift+9"]
- commands: ["move to workspace 7", "focus workspace 7"]
binding: "Alt+Shift+C"
- commands: ["move to workspace 6", "focus workspace 6"]
binding: "Alt+Shift+W"
- commands: ["move to workspace 7", "focus workspace 7"]
binding: "Alt+Shift+E"
- commands: ["move to workspace 8", "focus workspace 8"]
binding: "Alt+Shift+R"
- commands: ["move to workspace 9", "focus workspace 9"]
bindings: ["Alt+Shift+T"]
- commands: ["move to workspace 10", "focus workspace 10"]
bindings: ["Alt+Shift+0"]
- commands: ["move to workspace 11", "focus workspace 11"]
bindings: ["Alt+Shift+Insert+1"]
- commands: ["move to workspace 12", "focus workspace 12"]
bindings: ["Alt+Shift+Insert+2"]
- commands: ["move to workspace 13", "focus workspace 13"]
bindings: ["Alt+Shift+Insert+3"]
- commands: ["move to workspace 14", "focus workspace 14"]
bindings: ["Alt+Shift+Insert+4"]
- commands: ["move to workspace 15", "focus workspace 15"]
bindings: ["Alt+Shift+Insert+5"]
- commands: ["move to workspace 16", "focus workspace 16"]
bindings: ["Alt+Shift+Insert+6"]
- commands: ["move to workspace 17", "focus workspace 17"]
bindings: ["Alt+Shift+Insert+7"]
- commands: ["move to workspace 18", "focus workspace 18"]
bindings: ["Alt+Shift+Insert+8"]
- commands: ["move to workspace 19", "focus workspace 19"]
bindings: ["Alt+Shift+Insert+9"]
- commands: ["move to workspace 20", "focus workspace 20"]
bindings: ["Alt+Shift+Insert+0"]