-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathmemo-binds.nix
122 lines (122 loc) · 3.34 KB
/
memo-binds.nix
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
# This is a generated file.
# It caches the output of `parse-binds.nix` for the latest niri-unstable.
# That script is slow and also now exceeds the default call depth limit.
# So, we memoize it here. It doesn't change anyway.
[
"quit"
"suspend"
"power-off-monitors"
"power-on-monitors"
"toggle-debug-tint"
"debug-toggle-opaque-regions"
"debug-toggle-damage"
"spawn"
"do-screen-transition"
"screenshot"
"screenshot-screen"
"screenshot-window"
"toggle-keyboard-shortcuts-inhibit"
"close-window"
"fullscreen-window"
"focus-window-in-column"
"focus-window-previous"
"focus-column-left"
"focus-column-right"
"focus-column-first"
"focus-column-last"
"focus-column-right-or-first"
"focus-column-left-or-last"
"focus-window-or-monitor-up"
"focus-window-or-monitor-down"
"focus-column-or-monitor-left"
"focus-column-or-monitor-right"
"focus-window-down"
"focus-window-up"
"focus-window-down-or-column-left"
"focus-window-down-or-column-right"
"focus-window-up-or-column-left"
"focus-window-up-or-column-right"
"focus-window-or-workspace-down"
"focus-window-or-workspace-up"
"focus-window-top"
"focus-window-bottom"
"focus-window-down-or-top"
"focus-window-up-or-bottom"
"move-column-left"
"move-column-right"
"move-column-to-first"
"move-column-to-last"
"move-column-left-or-to-monitor-left"
"move-column-right-or-to-monitor-right"
"move-window-down"
"move-window-up"
"move-window-down-or-to-workspace-down"
"move-window-up-or-to-workspace-up"
"consume-or-expel-window-left"
"consume-or-expel-window-right"
"consume-window-into-column"
"expel-window-from-column"
"swap-window-left"
"swap-window-right"
"toggle-column-tabbed-display"
"set-column-display"
"center-column"
"center-window"
"focus-workspace-down"
"focus-workspace-up"
"focus-workspace"
"focus-workspace-previous"
"move-window-to-workspace-down"
"move-window-to-workspace-up"
"move-window-to-workspace"
"move-column-to-workspace-down"
"move-column-to-workspace-up"
"move-column-to-workspace"
"move-workspace-down"
"move-workspace-up"
"move-workspace-to-index"
"move-workspace-to-monitor"
"set-workspace-name"
"unset-workspace-name"
"focus-monitor-left"
"focus-monitor-right"
"focus-monitor-down"
"focus-monitor-up"
"focus-monitor-previous"
"focus-monitor-next"
"move-window-to-monitor-left"
"move-window-to-monitor-right"
"move-window-to-monitor-down"
"move-window-to-monitor-up"
"move-window-to-monitor-previous"
"move-window-to-monitor-next"
"move-column-to-monitor-left"
"move-column-to-monitor-right"
"move-column-to-monitor-down"
"move-column-to-monitor-up"
"move-column-to-monitor-previous"
"move-column-to-monitor-next"
"set-window-width"
"set-window-height"
"reset-window-height"
"switch-preset-column-width"
"switch-preset-window-width"
"switch-preset-window-height"
"maximize-column"
"set-column-width"
"switch-layout"
"show-hotkey-overlay"
"move-workspace-to-monitor-left"
"move-workspace-to-monitor-right"
"move-workspace-to-monitor-down"
"move-workspace-to-monitor-up"
"move-workspace-to-monitor-previous"
"move-workspace-to-monitor-next"
"toggle-window-floating"
"move-window-to-floating"
"move-window-to-tiling"
"focus-floating"
"focus-tiling"
"switch-focus-between-floating-and-tiling"
"toggle-window-rule-opacity"
]