Skip to content

Commit d27ba14

Browse files
committed
ipc-client: wmderlandc: add support for new commands in 1.0.4
1 parent 7809e01 commit d27ba14

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

ipc-client/wmderlandc.c

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,16 @@ typedef struct command_t {
2525
static Command cmd_table[] = {
2626
{"navigate_left", 0, ARG_TYPE_NONE},
2727
{"navigate_right", 0, ARG_TYPE_NONE},
28-
{"navigate_down", 0, ARG_TYPE_NONE},
2928
{"navigate_up", 0, ARG_TYPE_NONE},
29+
{"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},
3038
{"tile_h", 0, ARG_TYPE_NONE},
3139
{"tile_v", 0, ARG_TYPE_NONE},
3240
{"toggle_floating", 0, ARG_TYPE_NONE},

0 commit comments

Comments
 (0)