package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file oxbow_ctl.ml

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
(* generated by dune *)

(** @canonical Oxbow_ctl.Cmd_border *)
module Cmd_border = Oxbow_ctl__Cmd_border

(** @canonical Oxbow_ctl.Cmd_border_color *)
module Cmd_border_color = Oxbow_ctl__Cmd_border_color

(** @canonical Oxbow_ctl.Cmd_border_width *)
module Cmd_border_width = Oxbow_ctl__Cmd_border_width

(** @canonical Oxbow_ctl.Cmd_config *)
module Cmd_config = Oxbow_ctl__Cmd_config

(** @canonical Oxbow_ctl.Cmd_config_reset *)
module Cmd_config_reset = Oxbow_ctl__Cmd_config_reset

(** @canonical Oxbow_ctl.Cmd_exec *)
module Cmd_exec = Oxbow_ctl__Cmd_exec

(** @canonical Oxbow_ctl.Cmd_gaps *)
module Cmd_gaps = Oxbow_ctl__Cmd_gaps

(** @canonical Oxbow_ctl.Cmd_gaps_inner *)
module Cmd_gaps_inner = Oxbow_ctl__Cmd_gaps_inner

(** @canonical Oxbow_ctl.Cmd_gaps_outer *)
module Cmd_gaps_outer = Oxbow_ctl__Cmd_gaps_outer

(** @canonical Oxbow_ctl.Cmd_gaps_overview *)
module Cmd_gaps_overview = Oxbow_ctl__Cmd_gaps_overview

(** @canonical Oxbow_ctl.Cmd_input *)
module Cmd_input = Oxbow_ctl__Cmd_input

(** @canonical Oxbow_ctl.Cmd_input_cursor *)
module Cmd_input_cursor = Oxbow_ctl__Cmd_input_cursor

(** @canonical Oxbow_ctl.Cmd_input_cursor_theme *)
module Cmd_input_cursor_theme = Oxbow_ctl__Cmd_input_cursor_theme

(** @canonical Oxbow_ctl.Cmd_input_keyboard *)
module Cmd_input_keyboard = Oxbow_ctl__Cmd_input_keyboard

(** @canonical Oxbow_ctl.Cmd_input_keyboard_layout_file *)
module Cmd_input_keyboard_layout_file = Oxbow_ctl__Cmd_input_keyboard_layout_file

(** @canonical Oxbow_ctl.Cmd_input_keyboard_repeat *)
module Cmd_input_keyboard_repeat = Oxbow_ctl__Cmd_input_keyboard_repeat

(** @canonical Oxbow_ctl.Cmd_input_list *)
module Cmd_input_list = Oxbow_ctl__Cmd_input_list

(** @canonical Oxbow_ctl.Cmd_input_mouse *)
module Cmd_input_mouse = Oxbow_ctl__Cmd_input_mouse

(** @canonical Oxbow_ctl.Cmd_input_pointer *)
module Cmd_input_pointer = Oxbow_ctl__Cmd_input_pointer

(** @canonical Oxbow_ctl.Cmd_input_pointer_follow *)
module Cmd_input_pointer_follow = Oxbow_ctl__Cmd_input_pointer_follow

(** @canonical Oxbow_ctl.Cmd_input_pointer_warp *)
module Cmd_input_pointer_warp = Oxbow_ctl__Cmd_input_pointer_warp

(** @canonical Oxbow_ctl.Cmd_input_rule *)
module Cmd_input_rule = Oxbow_ctl__Cmd_input_rule

(** @canonical Oxbow_ctl.Cmd_input_rule_list *)
module Cmd_input_rule_list = Oxbow_ctl__Cmd_input_rule_list

(** @canonical Oxbow_ctl.Cmd_input_rule_mouse *)
module Cmd_input_rule_mouse = Oxbow_ctl__Cmd_input_rule_mouse

(** @canonical Oxbow_ctl.Cmd_input_rule_remove *)
module Cmd_input_rule_remove = Oxbow_ctl__Cmd_input_rule_remove

(** @canonical Oxbow_ctl.Cmd_input_rule_touchpad *)
module Cmd_input_rule_touchpad = Oxbow_ctl__Cmd_input_rule_touchpad

(** @canonical Oxbow_ctl.Cmd_input_touchpad *)
module Cmd_input_touchpad = Oxbow_ctl__Cmd_input_touchpad

(** @canonical Oxbow_ctl.Cmd_keymap *)
module Cmd_keymap = Oxbow_ctl__Cmd_keymap

(** @canonical Oxbow_ctl.Cmd_keymap_list *)
module Cmd_keymap_list = Oxbow_ctl__Cmd_keymap_list

(** @canonical Oxbow_ctl.Cmd_keymap_mode *)
module Cmd_keymap_mode = Oxbow_ctl__Cmd_keymap_mode

(** @canonical Oxbow_ctl.Cmd_keymap_mode_declare *)
module Cmd_keymap_mode_declare = Oxbow_ctl__Cmd_keymap_mode_declare

(** @canonical Oxbow_ctl.Cmd_keymap_mode_enter *)
module Cmd_keymap_mode_enter = Oxbow_ctl__Cmd_keymap_mode_enter

(** @canonical Oxbow_ctl.Cmd_layout *)
module Cmd_layout = Oxbow_ctl__Cmd_layout

(** @canonical Oxbow_ctl.Cmd_layout_cycle *)
module Cmd_layout_cycle = Oxbow_ctl__Cmd_layout_cycle

(** @canonical Oxbow_ctl.Cmd_layout_floating *)
module Cmd_layout_floating = Oxbow_ctl__Cmd_layout_floating

(** @canonical Oxbow_ctl.Cmd_layout_floating_seed *)
module Cmd_layout_floating_seed = Oxbow_ctl__Cmd_layout_floating_seed

(** @canonical Oxbow_ctl.Cmd_layout_query *)
module Cmd_layout_query = Oxbow_ctl__Cmd_layout_query

(** @canonical Oxbow_ctl.Cmd_layout_scrolling *)
module Cmd_layout_scrolling = Oxbow_ctl__Cmd_layout_scrolling

(** @canonical Oxbow_ctl.Cmd_layout_scrolling_align *)
module Cmd_layout_scrolling_align = Oxbow_ctl__Cmd_layout_scrolling_align

(** @canonical Oxbow_ctl.Cmd_layout_scrolling_default_width *)
module Cmd_layout_scrolling_default_width = Oxbow_ctl__Cmd_layout_scrolling_default_width

(** @canonical Oxbow_ctl.Cmd_layout_scrolling_orientation *)
module Cmd_layout_scrolling_orientation = Oxbow_ctl__Cmd_layout_scrolling_orientation

(** @canonical Oxbow_ctl.Cmd_layout_scrolling_select *)
module Cmd_layout_scrolling_select = Oxbow_ctl__Cmd_layout_scrolling_select

(** @canonical Oxbow_ctl.Cmd_layout_tiling *)
module Cmd_layout_tiling = Oxbow_ctl__Cmd_layout_tiling

(** @canonical Oxbow_ctl.Cmd_layout_tiling_cycle *)
module Cmd_layout_tiling_cycle = Oxbow_ctl__Cmd_layout_tiling_cycle

(** @canonical Oxbow_ctl.Cmd_layout_tiling_mfact *)
module Cmd_layout_tiling_mfact = Oxbow_ctl__Cmd_layout_tiling_mfact

(** @canonical Oxbow_ctl.Cmd_layout_tiling_nmaster *)
module Cmd_layout_tiling_nmaster = Oxbow_ctl__Cmd_layout_tiling_nmaster

(** @canonical Oxbow_ctl.Cmd_layout_tiling_orientation *)
module Cmd_layout_tiling_orientation = Oxbow_ctl__Cmd_layout_tiling_orientation

(** @canonical Oxbow_ctl.Cmd_layout_tiling_query *)
module Cmd_layout_tiling_query = Oxbow_ctl__Cmd_layout_tiling_query

(** @canonical Oxbow_ctl.Cmd_layout_tiling_scheme *)
module Cmd_layout_tiling_scheme = Oxbow_ctl__Cmd_layout_tiling_scheme

(** @canonical Oxbow_ctl.Cmd_layout_tiling_select *)
module Cmd_layout_tiling_select = Oxbow_ctl__Cmd_layout_tiling_select

(** @canonical Oxbow_ctl.Cmd_output *)
module Cmd_output = Oxbow_ctl__Cmd_output

(** @canonical Oxbow_ctl.Cmd_output_column *)
module Cmd_output_column = Oxbow_ctl__Cmd_output_column

(** @canonical Oxbow_ctl.Cmd_output_column_width *)
module Cmd_output_column_width = Oxbow_ctl__Cmd_output_column_width

(** @canonical Oxbow_ctl.Cmd_output_focus *)
module Cmd_output_focus = Oxbow_ctl__Cmd_output_focus

(** @canonical Oxbow_ctl.Cmd_output_focus_match *)
module Cmd_output_focus_match = Oxbow_ctl__Cmd_output_focus_match

(** @canonical Oxbow_ctl.Cmd_output_label *)
module Cmd_output_label = Oxbow_ctl__Cmd_output_label

(** @canonical Oxbow_ctl.Cmd_output_label_add *)
module Cmd_output_label_add = Oxbow_ctl__Cmd_output_label_add

(** @canonical Oxbow_ctl.Cmd_output_label_remove *)
module Cmd_output_label_remove = Oxbow_ctl__Cmd_output_label_remove

(** @canonical Oxbow_ctl.Cmd_output_list *)
module Cmd_output_list = Oxbow_ctl__Cmd_output_list

(** @canonical Oxbow_ctl.Cmd_output_overview *)
module Cmd_output_overview = Oxbow_ctl__Cmd_output_overview

(** @canonical Oxbow_ctl.Cmd_output_overview_cycle *)
module Cmd_output_overview_cycle = Oxbow_ctl__Cmd_output_overview_cycle

(** @canonical Oxbow_ctl.Cmd_output_swap *)
module Cmd_output_swap = Oxbow_ctl__Cmd_output_swap

(** @canonical Oxbow_ctl.Cmd_output_swap_all *)
module Cmd_output_swap_all = Oxbow_ctl__Cmd_output_swap_all

(** @canonical Oxbow_ctl.Cmd_output_swap_tags *)
module Cmd_output_swap_tags = Oxbow_ctl__Cmd_output_swap_tags

(** @canonical Oxbow_ctl.Cmd_output_swap_visible *)
module Cmd_output_swap_visible = Oxbow_ctl__Cmd_output_swap_visible

(** @canonical Oxbow_ctl.Cmd_oxctl *)
module Cmd_oxctl = Oxbow_ctl__Cmd_oxctl

(** @canonical Oxbow_ctl.Cmd_scratchpad *)
module Cmd_scratchpad = Oxbow_ctl__Cmd_scratchpad

(** @canonical Oxbow_ctl.Cmd_scratchpad_toggle *)
module Cmd_scratchpad_toggle = Oxbow_ctl__Cmd_scratchpad_toggle

(** @canonical Oxbow_ctl.Cmd_seat *)
module Cmd_seat = Oxbow_ctl__Cmd_seat

(** @canonical Oxbow_ctl.Cmd_seat_list *)
module Cmd_seat_list = Oxbow_ctl__Cmd_seat_list

(** @canonical Oxbow_ctl.Cmd_session *)
module Cmd_session = Oxbow_ctl__Cmd_session

(** @canonical Oxbow_ctl.Cmd_session_exit *)
module Cmd_session_exit = Oxbow_ctl__Cmd_session_exit

(** @canonical Oxbow_ctl.Cmd_spawn *)
module Cmd_spawn = Oxbow_ctl__Cmd_spawn

(** @canonical Oxbow_ctl.Cmd_subscribe *)
module Cmd_subscribe = Oxbow_ctl__Cmd_subscribe

(** @canonical Oxbow_ctl.Cmd_tag *)
module Cmd_tag = Oxbow_ctl__Cmd_tag

(** @canonical Oxbow_ctl.Cmd_tag_cycle *)
module Cmd_tag_cycle = Oxbow_ctl__Cmd_tag_cycle

(** @canonical Oxbow_ctl.Cmd_tag_previous_selection *)
module Cmd_tag_previous_selection = Oxbow_ctl__Cmd_tag_previous_selection

(** @canonical Oxbow_ctl.Cmd_tag_query *)
module Cmd_tag_query = Oxbow_ctl__Cmd_tag_query

(** @canonical Oxbow_ctl.Cmd_tag_toggle *)
module Cmd_tag_toggle = Oxbow_ctl__Cmd_tag_toggle

(** @canonical Oxbow_ctl.Cmd_tag_view *)
module Cmd_tag_view = Oxbow_ctl__Cmd_tag_view

(** @canonical Oxbow_ctl.Cmd_unbind *)
module Cmd_unbind = Oxbow_ctl__Cmd_unbind

(** @canonical Oxbow_ctl.Cmd_window *)
module Cmd_window = Oxbow_ctl__Cmd_window

(** @canonical Oxbow_ctl.Cmd_window_close *)
module Cmd_window_close = Oxbow_ctl__Cmd_window_close

(** @canonical Oxbow_ctl.Cmd_window_column *)
module Cmd_window_column = Oxbow_ctl__Cmd_window_column

(** @canonical Oxbow_ctl.Cmd_window_column_consume *)
module Cmd_window_column_consume = Oxbow_ctl__Cmd_window_column_consume

(** @canonical Oxbow_ctl.Cmd_window_column_cycle *)
module Cmd_window_column_cycle = Oxbow_ctl__Cmd_window_column_cycle

(** @canonical Oxbow_ctl.Cmd_window_column_default *)
module Cmd_window_column_default = Oxbow_ctl__Cmd_window_column_default

(** @canonical Oxbow_ctl.Cmd_window_column_move *)
module Cmd_window_column_move = Oxbow_ctl__Cmd_window_column_move

(** @canonical Oxbow_ctl.Cmd_window_column_release *)
module Cmd_window_column_release = Oxbow_ctl__Cmd_window_column_release

(** @canonical Oxbow_ctl.Cmd_window_column_width *)
module Cmd_window_column_width = Oxbow_ctl__Cmd_window_column_width

(** @canonical Oxbow_ctl.Cmd_window_drag *)
module Cmd_window_drag = Oxbow_ctl__Cmd_window_drag

(** @canonical Oxbow_ctl.Cmd_window_drag_retile *)
module Cmd_window_drag_retile = Oxbow_ctl__Cmd_window_drag_retile

(** @canonical Oxbow_ctl.Cmd_window_focus *)
module Cmd_window_focus = Oxbow_ctl__Cmd_window_focus

(** @canonical Oxbow_ctl.Cmd_window_focus_direction *)
module Cmd_window_focus_direction = Oxbow_ctl__Cmd_window_focus_direction

(** @canonical Oxbow_ctl.Cmd_window_focus_match *)
module Cmd_window_focus_match = Oxbow_ctl__Cmd_window_focus_match

(** @canonical Oxbow_ctl.Cmd_window_label *)
module Cmd_window_label = Oxbow_ctl__Cmd_window_label

(** @canonical Oxbow_ctl.Cmd_window_label_add *)
module Cmd_window_label_add = Oxbow_ctl__Cmd_window_label_add

(** @canonical Oxbow_ctl.Cmd_window_label_remove *)
module Cmd_window_label_remove = Oxbow_ctl__Cmd_window_label_remove

(** @canonical Oxbow_ctl.Cmd_window_list *)
module Cmd_window_list = Oxbow_ctl__Cmd_window_list

(** @canonical Oxbow_ctl.Cmd_window_move *)
module Cmd_window_move = Oxbow_ctl__Cmd_window_move

(** @canonical Oxbow_ctl.Cmd_window_move_drag *)
module Cmd_window_move_drag = Oxbow_ctl__Cmd_window_move_drag

(** @canonical Oxbow_ctl.Cmd_window_move_spatial *)
module Cmd_window_move_spatial = Oxbow_ctl__Cmd_window_move_spatial

(** @canonical Oxbow_ctl.Cmd_window_move_to *)
module Cmd_window_move_to = Oxbow_ctl__Cmd_window_move_to

(** @canonical Oxbow_ctl.Cmd_window_query *)
module Cmd_window_query = Oxbow_ctl__Cmd_window_query

(** @canonical Oxbow_ctl.Cmd_window_resize *)
module Cmd_window_resize = Oxbow_ctl__Cmd_window_resize

(** @canonical Oxbow_ctl.Cmd_window_resize_drag *)
module Cmd_window_resize_drag = Oxbow_ctl__Cmd_window_resize_drag

(** @canonical Oxbow_ctl.Cmd_window_resize_spatial *)
module Cmd_window_resize_spatial = Oxbow_ctl__Cmd_window_resize_spatial

(** @canonical Oxbow_ctl.Cmd_window_resize_to *)
module Cmd_window_resize_to = Oxbow_ctl__Cmd_window_resize_to

(** @canonical Oxbow_ctl.Cmd_window_rule *)
module Cmd_window_rule = Oxbow_ctl__Cmd_window_rule

(** @canonical Oxbow_ctl.Cmd_window_rule_add *)
module Cmd_window_rule_add = Oxbow_ctl__Cmd_window_rule_add

(** @canonical Oxbow_ctl.Cmd_window_rule_list *)
module Cmd_window_rule_list = Oxbow_ctl__Cmd_window_rule_list

(** @canonical Oxbow_ctl.Cmd_window_rule_remove *)
module Cmd_window_rule_remove = Oxbow_ctl__Cmd_window_rule_remove

(** @canonical Oxbow_ctl.Cmd_window_scratchpad *)
module Cmd_window_scratchpad = Oxbow_ctl__Cmd_window_scratchpad

(** @canonical Oxbow_ctl.Cmd_window_scratchpad_add *)
module Cmd_window_scratchpad_add = Oxbow_ctl__Cmd_window_scratchpad_add

(** @canonical Oxbow_ctl.Cmd_window_scratchpad_clear *)
module Cmd_window_scratchpad_clear = Oxbow_ctl__Cmd_window_scratchpad_clear

(** @canonical Oxbow_ctl.Cmd_window_send *)
module Cmd_window_send = Oxbow_ctl__Cmd_window_send

(** @canonical Oxbow_ctl.Cmd_window_shift *)
module Cmd_window_shift = Oxbow_ctl__Cmd_window_shift

(** @canonical Oxbow_ctl.Cmd_window_spawn *)
module Cmd_window_spawn = Oxbow_ctl__Cmd_window_spawn

(** @canonical Oxbow_ctl.Cmd_window_spawn_focus *)
module Cmd_window_spawn_focus = Oxbow_ctl__Cmd_window_spawn_focus

(** @canonical Oxbow_ctl.Cmd_window_spawn_position *)
module Cmd_window_spawn_position = Oxbow_ctl__Cmd_window_spawn_position

(** @canonical Oxbow_ctl.Cmd_window_sticky *)
module Cmd_window_sticky = Oxbow_ctl__Cmd_window_sticky

(** @canonical Oxbow_ctl.Cmd_window_sticky_scope *)
module Cmd_window_sticky_scope = Oxbow_ctl__Cmd_window_sticky_scope

(** @canonical Oxbow_ctl.Cmd_window_tag *)
module Cmd_window_tag = Oxbow_ctl__Cmd_window_tag

(** @canonical Oxbow_ctl.Cmd_window_tag_set *)
module Cmd_window_tag_set = Oxbow_ctl__Cmd_window_tag_set

(** @canonical Oxbow_ctl.Cmd_window_tag_shift *)
module Cmd_window_tag_shift = Oxbow_ctl__Cmd_window_tag_shift

(** @canonical Oxbow_ctl.Cmd_window_tag_shift_direction *)
module Cmd_window_tag_shift_direction = Oxbow_ctl__Cmd_window_tag_shift_direction

(** @canonical Oxbow_ctl.Cmd_window_toggle *)
module Cmd_window_toggle = Oxbow_ctl__Cmd_window_toggle

(** @canonical Oxbow_ctl.Cmd_window_toggle_fake_fullscreen *)
module Cmd_window_toggle_fake_fullscreen = Oxbow_ctl__Cmd_window_toggle_fake_fullscreen

(** @canonical Oxbow_ctl.Cmd_window_toggle_floating *)
module Cmd_window_toggle_floating = Oxbow_ctl__Cmd_window_toggle_floating

(** @canonical Oxbow_ctl.Cmd_window_toggle_fullscreen *)
module Cmd_window_toggle_fullscreen = Oxbow_ctl__Cmd_window_toggle_fullscreen

(** @canonical Oxbow_ctl.Cmd_window_toggle_maximize *)
module Cmd_window_toggle_maximize = Oxbow_ctl__Cmd_window_toggle_maximize

(** @canonical Oxbow_ctl.Cmd_window_toggle_sticky *)
module Cmd_window_toggle_sticky = Oxbow_ctl__Cmd_window_toggle_sticky

(** @canonical Oxbow_ctl.Cmd_window_toggle_swallow *)
module Cmd_window_toggle_swallow = Oxbow_ctl__Cmd_window_toggle_swallow

(** @canonical Oxbow_ctl.Cmd_window_toggle_tag *)
module Cmd_window_toggle_tag = Oxbow_ctl__Cmd_window_toggle_tag

(** @canonical Oxbow_ctl.Cmd_window_zoom *)
module Cmd_window_zoom = Oxbow_ctl__Cmd_window_zoom

(** @canonical Oxbow_ctl.Cmd_wm *)
module Cmd_wm = Oxbow_ctl__Cmd_wm

(** @canonical Oxbow_ctl.Cmd_wm_close *)
module Cmd_wm_close = Oxbow_ctl__Cmd_wm_close

(** @canonical Oxbow_ctl.Ctl_cli *)
module Ctl_cli = Oxbow_ctl__Ctl_cli