-
Notifications
You must be signed in to change notification settings - Fork 182
Expand file tree
/
Copy pathorg.gnome.shell.extensions.paperwm.gschema.xml
More file actions
487 lines (411 loc) · 17.8 KB
/
Copy pathorg.gnome.shell.extensions.paperwm.gschema.xml
File metadata and controls
487 lines (411 loc) · 17.8 KB
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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
<schemalist>
<!-- Keybindings -->
<schema id="org.gnome.shell.extensions.paperwm.keybindings"
path="/org/gnome/shell/extensions/paperwm/keybindings/">
<key type="as" name="new-window">
<default><![CDATA[['<Super>Return', '<Super>n']]]></default>
<summary>Open new window</summary>
</key>
<key type="as" name="live-alt-tab">
<default><![CDATA[['<Super>Tab', '<Alt>Tab']]]></default>
<summary>Switch to previously active window</summary>
</key>
<key type="as" name="live-alt-tab-backward">
<default><![CDATA[['<Super><Shift>Tab', '<Alt><Shift>Tab']]]></default>
<summary>Switch to previously active window, backward order</summary>
</key>
<key type="as" name="previous-workspace">
<default><![CDATA[['<Super>Above_Tab']]]></default>
<summary>Switch to previously active workspace</summary>
</key>
<key type="as" name="previous-workspace-backward">
<default><![CDATA[['<Super><Shift>Above_Tab']]]></default>
<summary>Switch to the previously active workspace, backward order</summary>
</key>
<key type="as" name="move-previous-workspace">
<default><![CDATA[['<Super><Ctrl>Above_Tab']]]></default>
<summary>Move the active window to the previously active workspace</summary>
</key>
<key type="as" name="move-previous-workspace-backward">
<default><![CDATA[['<Super><Shift><Ctrl>Above_Tab']]]></default>
<summary>Move the active window to the previously active workspace, backward order</summary>
</key>
<key type="as" name="switch-down-workspace">
<default><![CDATA[['<Super>Page_Down']]]></default>
<summary>Switch to workspace below (ws only from current monitor)</summary>
</key>
<key type="as" name="switch-up-workspace">
<default><![CDATA[['<Super>Page_Up']]]></default>
<summary>Switch to workspace above (ws only from current monitor)</summary>
</key>
<key type="as" name="switch-down-workspace-from-all-monitors">
<default><![CDATA[[]]]></default>
<summary>Switch to workspace below (ws from all monitors)</summary>
</key>
<key type="as" name="switch-up-workspace-from-all-monitors">
<default><![CDATA[[]]]></default>
<summary>Switch to workspace above (ws from all monitors)</summary>
</key>
<key type="as" name="move-down-workspace">
<default><![CDATA[['<Super><Ctrl>Page_Down']]]></default>
<summary>Move window one workspace down</summary>
</key>
<key type="as" name="move-up-workspace">
<default><![CDATA[['<Super><Ctrl>Page_Up']]]></default>
<summary>Move window one workspace up</summary>
</key>
<key type="as" name="move-monitor-right">
<default><![CDATA[['<Super><Shift><Ctrl>Right']]]></default>
<summary>Move the active window to the right monitor</summary>
</key>
<key type="as" name="move-monitor-left">
<default><![CDATA[['<Super><Shift><Ctrl>Left']]]></default>
<summary>Move the active window to the left monitor</summary>
</key>
<key type="as" name="move-monitor-above">
<default><![CDATA[['<Super><Shift><Ctrl>Up']]]></default>
<summary>Move the active window to the above monitor</summary>
</key>
<key type="as" name="move-monitor-below">
<default><![CDATA[['<Super><Shift><Ctrl>Down']]]></default>
<summary>Move the active window to the below monitor</summary>
</key>
<key type="as" name="switch-monitor-right">
<default><![CDATA[['<Super><Shift>Right']]]></default>
<summary>Switch to the right monitor</summary>
</key>
<key type="as" name="switch-monitor-left">
<default><![CDATA[['<Super><Shift>Left']]]></default>
<summary>Switch to the left monitor</summary>
</key>
<key type="as" name="switch-monitor-above">
<default><![CDATA[['<Super><Shift>Up']]]></default>
<summary>Switch to the above monitor</summary>
</key>
<key type="as" name="switch-monitor-below">
<default><![CDATA[['<Super><Shift>Down']]]></default>
<summary>Switch to the below monitor</summary>
</key>
<key type="as" name="swap-monitor-right">
<default><![CDATA[['<Super><Alt>Right']]]></default>
<summary>Swap workspace with monitor to the right</summary>
</key>
<key type="as" name="swap-monitor-left">
<default><![CDATA[['<Super><Alt>Left']]]></default>
<summary>Swap workspace with monitor to the left</summary>
</key>
<key type="as" name="swap-monitor-above">
<default><![CDATA[['<Super><Alt>Up']]]></default>
<summary>Swap workspace with monitor above</summary>
</key>
<key type="as" name="swap-monitor-below">
<default><![CDATA[['<Super><Alt>Down']]]></default>
<summary>Swap workspace with monitor below</summary>
</key>
<key type="as" name="toggle-scratch-window">
<default><![CDATA[['<Super>Escape']]]></default>
<summary>Toggle the most recent scratch window</summary>
</key>
<key type="as" name="toggle-scratch-layer">
<default><![CDATA[['<Super><Shift>Escape']]]></default>
<summary>Toggles the floating scratch layer</summary>
</key>
<key type="as" name="toggle-scratch">
<default><![CDATA[['<Super><Ctrl>Escape']]]></default>
<summary>Attach/detach the active window into the scratch layer</summary>
</key>
<key type="as" name="take-window">
<default><![CDATA[['<Super>t']]]></default>
<summary>Take the window, dropping it when finished navigating</summary>
</key>
<key type="as" name="switch-focus-mode">
<default><![CDATA[['<Super><Shift>c']]]></default>
<summary>Switch between Window Focus Modes (e.g. default, center)</summary>
</key>
<key type="as" name="switch-next">
<default><![CDATA[['<Super>period']]]></default>
<summary>Switch to the next window</summary>
</key>
<key type="as" name="switch-previous">
<default><![CDATA[['<Super>comma']]]></default>
<summary>Switch to the previous window</summary>
</key>
<key type="as" name="switch-right">
<default><![CDATA[['<Super>Right']]]></default>
<summary>Switch to the right window</summary>
</key>
<key type="as" name="switch-left">
<default><![CDATA[['<Super>Left']]]></default>
<summary>Switch to the left window</summary>
</key>
<key type="as" name="switch-up">
<default><![CDATA[['<Super>Up']]]></default>
<summary>Switch to the above window</summary>
</key>
<key type="as" name="switch-down">
<default><![CDATA[['<Super>Down']]]></default>
<summary>Switch to the below window</summary>
</key>
<key type="as" name="switch-first">
<default><![CDATA[['<Super>Home']]]></default>
<summary>Switch to the first window</summary>
</key>
<key type="as" name="switch-last">
<default><![CDATA[['<Super>End']]]></default>
<summary>Switch to the last window</summary>
</key>
<key type="as" name="move-right">
<default><![CDATA[['<Super><Ctrl>period', '<Super><Shift>period', '<Super><Ctrl>Right']]]></default>
<summary>Move the active window to the right</summary>
</key>
<key type="as" name="move-left">
<default><![CDATA[['<Super><Ctrl>comma', '<Super><Shift>comma', '<Super><Ctrl>Left']]]></default>
<summary>Move the active window to the left</summary>
</key>
<key type="as" name="move-up">
<default><![CDATA[['<Super><Ctrl>Up']]]></default>
<summary>Move the active window up</summary>
</key>
<key type="as" name="move-down">
<default><![CDATA[['<Super><Ctrl>Down']]]></default>
<summary>Move the active window down</summary>
</key>
<key type="as" name="slurp-in">
<default><![CDATA[['<Super>i']]]></default>
<summary>Consume the window to right into the active column</summary>
</key>
<key type="as" name="barf-out">
<default><![CDATA[['<Super>o']]]></default>
<summary>Expel the bottom window into its own column</summary>
</key>
<key type="as" name="resize-h-inc">
<default><![CDATA[['<Super><Shift>plus']]]></default>
<summary>Increment window height</summary>
</key>
<key type="as" name="resize-h-dec">
<default><![CDATA[['<Super><Shift>minus']]]></default>
<summary>Decrement window height</summary>
</key>
<key type="as" name="resize-w-inc">
<default><![CDATA[['<Super>plus']]]></default>
<summary>Increment window width</summary>
</key>
<key type="as" name="resize-w-dec">
<default><![CDATA[['<Super>minus']]]></default>
<summary>Decrement window width</summary>
</key>
<key type="as" name="cycle-width">
<default><![CDATA[['<Super>r']]]></default>
<summary>Cycle through useful window widths</summary>
</key>
<key type="as" name="cycle-width-backwards">
<default><![CDATA[['<Super><Alt>r']]]></default>
<summary>Cycle through useful window widths backwards</summary>
</key>
<key type="as" name="cycle-height">
<default><![CDATA[['<Super><Shift>r']]]></default>
<summary>Cycle through useful window heights</summary>
</key>
<key type="as" name="cycle-height-backwards">
<default><![CDATA[['<Super><Alt><Shift>r']]]></default>
<summary>Cycle through useful window heights backwards</summary>
</key>
<key type="as" name="center-horizontally">
<default><![CDATA[['<Super>c']]]></default>
<summary>Center window horizontally</summary>
</key>
<key type="as" name="toggle-maximize-width">
<default><![CDATA[['<Super>f']]]></default>
<summary>Maximize the width of the active window</summary>
</key>
<key type="as" name="paper-toggle-fullscreen">
<default><![CDATA[['<Super><shift>f']]]></default>
<summary>Toggle fullscreen</summary>
</key>
<key type="as" name="close-window">
<default><![CDATA[['<Super>BackSpace']]]></default>
<summary>Close the active window</summary>
</key>
</schema>
<schema id="org.gnome.shell.extensions.paperwm.workspace">
<key type="i" name="index">
<default>-1</default>
<summary>The workspace index</summary>
</key>
<key type="s" name="name">
<default>''</default>
<summary>The name of the workspace</summary>
</key>
<key type="s" name="background">
<default>''</default>
<summary>The background image</summary>
</key>
<key type="b" name="show-top-bar">
<default>true</default>
<summary>Show the topbar</summary>
</key>
<key type="s" name="color">
<default>''</default>
<summary>The background color</summary>
</key>
<key type="s" name="directory">
<default>''</default>
<summary>Affect various integrations. An empty string means use PWD. (usually ~)</summary>
</key>
</schema>
<schema id="org.gnome.shell.extensions.paperwm.workspacelist"
path="/org/gnome/shell/extensions/paperwm/workspaces/">
<key name="list" type="as">
<default>[]</default>
</key>
</schema>
<schema id="org.gnome.shell.extensions.paperwm" path="/org/gnome/shell/extensions/paperwm/">
<!-- backup settings (used for restore) -->
<key type="s" name="restore-keybinds">
<default>''</default>
<summary>Keybind overrides saved for restoring after PaperWM disable</summary>
</key>
<key type="s" name="restore-attach-modal-dialogs">
<default>''</default>
<summary>Original setting value (used for restore)</summary>
</key>
<key type="s" name="restore-workspaces-only-on-primary">
<default>''</default>
<summary>Original setting value (used for restore)</summary>
</key>
<key type="s" name="restore-edge-tiling">
<default>''</default>
<summary>Original setting value (used for restore)</summary>
</key>
<!-- Settings -->
<key type="i" name="horizontal-margin">
<default>20</default>
<summary>Minimum margin from windows left and right edge</summary>
</key>
<key type="i" name="vertical-margin">
<default>10</default>
<summary>Minimum margin from windows top edge</summary>
</key>
<key type="i" name="vertical-margin-bottom">
<default>10</default>
<summary>Minimum margin from windows bottom edge</summary>
</key>
<key type="i" name="window-gap">
<default>20</default>
<summary>Minimum gap between windows</summary>
</key>
<key type="d" name="minimap-scale">
<default>0.15</default>
<summary>Scale of mini mini-map tiles compared to their actual window size.</summary>
</key>
<key type="d" name="edge-preview-scale">
<default>0.15</default>
<summary>Scale of window previews at tiling edge. Scale is percent of actual window size.</summary>
</key>
<key type="d" name="window-switcher-preview-scale">
<default>0.15</default>
<summary>Scale of window switch previewse. Scale is percent of actual window size</summary>
</key>
<key type="b" name="only-scratch-in-overview">
<default>false</default>
<summary>Limit window previews in the overview to scratch windows</summary>
</key>
<key type="b" name="disable-scratch-in-overview">
<default>false</default>
<summary>Don't show scratch windows in the overview</summary>
</key>
<key type="ad" name="swipe-sensitivity">
<default><![CDATA[[2.0, 2.0]]]></default>
<summary>Swipe sensitivity in [x, y] coordinates</summary>
</key>
<key type="ad" name="swipe-friction">
<default><![CDATA[[0.3, 0.1]]]></default>
<summary>Swipe friction in [x, y] coordinates</summary>
</key>
<key type="ad" name="cycle-width-steps">
<default><![CDATA[[0.38195, 0.5, 0.61804]]]></default>
<summary>cycle-width cycles through these widths. value < 1 is interpreted as a ratio of the monitor width. Mixed ratios and pixel values not allowed.</summary>
</key>
<key type="ad" name="cycle-height-steps">
<default><![CDATA[[0.38195, 0.5, 0.61804]]]></default>
<summary>cycle-height cycles through these heights. value < 1 is interpreted as a ratio of the monitor height. Mixed ratios and pixel values not allowed.</summary>
</key>
<key type="d" name="maximize-width-percent">
<default>1.00</default>
<summary>Percent of workspace width the horizontal window maximise function (Super+F) will use.</summary>
</key>
<key type="as" name="workspace-colors">
<default><![CDATA[['#314E6C', '#565248', '#445632', '#663822',
'#494066', '#826647', '#4B6983', '#807D74', '#5D7555', '#884631',
'#625B81', '#B39169', '#7590AE', '#BAB5AB', '#83A67F', '#C1665A',
'#887FA3', '#E0C39E']]]></default>
<summary>Workspace colors</summary>
</key>
<key type="s" name="default-background">
<default>''</default>
<summary>Default background image</summary>
</key>
<key type="b" name="use-default-background">
<default>true</default>
<summary>Use the default GNOME Shell background</summary>
</key>
<key type="b" name="default-show-top-bar">
<default>true</default>
<summary>Show the top bar on workspaces by default</summary>
</key>
<key type="i" name="default-focus-mode">
<default>0</default>
<summary>Set the default focus mode. 0:DEFAULT 1:CENTER</summary>
</key>
<key type="i" name="open-window-position">
<default>0</default>
<summary>Sets the position to open a new window (e.g right of current window). RIGHT: 0, LEFT: 1, START: 2, END: 3</summary>
</key>
<key type="b" name="disable-topbar-styling">
<default>false</default>
<summary>Disables all topbar styling by PaperWM</summary>
</key>
<key type="b" name="show-workspace-indicator">
<default>true</default>
<summary>Show the workspace indicator/name in the topbar</summary>
</key>
<key type="b" name="show-window-position-bar">
<default>true</default>
<summary>Show the window position bar in the topbar</summary>
</key>
<key type="b" name="show-focus-mode-icon">
<default>true</default>
<summary>Show the focus mode icon in the topbar</summary>
</key>
<key type="b" name="monitor-focus-follows-mouse">
<default>true</default>
<summary>Sets whether monitor focus / activation follows mouse movement</summary>
</key>
<key type="d" name="animation-time">
<default>0.25</default>
<summary>Duration of animations in seconds</summary>
</key>
<key type="i" name="overview-ensure-viewport-animation">
<default>1</default>
<summary>Sets the animation when exiting GNOME overview and ensuring selected window is in view. 0:NONE, 1:TRANSLATE, 2:FADE</summary>
</key>
<key type="as" name="winprops">
<default><![CDATA[[]]]></default>
<summary>Array of winprops as (JSON) string objects</summary>
</key>
<key type="b" name="gesture-enabled">
<default>true</default>
<summary>Enables PaperWM touchpad gestures</summary>
</key>
<key type="i" name="gesture-horizontal-fingers">
<default>3</default>
<summary>Number of fingers for tiling horizontal swipe. 0:DISABLED 3:THREE_FINGERS 4:FOUR_FINGERS</summary>
</key>
<key type="i" name="gesture-workspace-fingers">
<default>3</default>
<summary>Number of fingers for workspace switching. 0:DISABLED 3:THREE_FINGERS 4:FOUR_FINGERS</summary>
</key>
<child name="keybindings" schema="org.gnome.shell.extensions.paperwm.keybindings"/>
<child name="workspaces" schema="org.gnome.shell.extensions.paperwm.workspacelist"/>
</schema>
</schemalist>