We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7809e01 commit d27ba14Copy full SHA for d27ba14
ipc-client/wmderlandc.c
@@ -25,8 +25,16 @@ typedef struct command_t {
25
static Command cmd_table[] = {
26
{"navigate_left", 0, ARG_TYPE_NONE},
27
{"navigate_right", 0, ARG_TYPE_NONE},
28
- {"navigate_down", 0, ARG_TYPE_NONE},
29
{"navigate_up", 0, ARG_TYPE_NONE},
+ {"navigate_down", 0, ARG_TYPE_NONE},
30
+ {"float_move_left", 0, ARG_TYPE_NONE},
31
+ {"float_move_right", 0, ARG_TYPE_NONE},
32
+ {"float_move_up", 0, ARG_TYPE_NONE},
33
+ {"float_move_down", 0, ARG_TYPE_NONE},
34
+ {"float_resize_left", 0, ARG_TYPE_NONE},
35
+ {"float_resize_right", 0, ARG_TYPE_NONE},
36
+ {"float_resize_up", 0, ARG_TYPE_NONE},
37
+ {"float_resize_down", 0, ARG_TYPE_NONE},
38
{"tile_h", 0, ARG_TYPE_NONE},
39
{"tile_v", 0, ARG_TYPE_NONE},
40
{"toggle_floating", 0, ARG_TYPE_NONE},
0 commit comments