Skip to content

Commit

Permalink
ipc-client: wmderlandc: add support for new commands in 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aesophor committed Feb 28, 2020
1 parent 7809e01 commit d27ba14
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion ipc-client/wmderlandc.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,16 @@ typedef struct command_t {
static Command cmd_table[] = {
{"navigate_left", 0, ARG_TYPE_NONE},
{"navigate_right", 0, ARG_TYPE_NONE},
{"navigate_down", 0, ARG_TYPE_NONE},
{"navigate_up", 0, ARG_TYPE_NONE},
{"navigate_down", 0, ARG_TYPE_NONE},
{"float_move_left", 0, ARG_TYPE_NONE},
{"float_move_right", 0, ARG_TYPE_NONE},
{"float_move_up", 0, ARG_TYPE_NONE},
{"float_move_down", 0, ARG_TYPE_NONE},
{"float_resize_left", 0, ARG_TYPE_NONE},
{"float_resize_right", 0, ARG_TYPE_NONE},
{"float_resize_up", 0, ARG_TYPE_NONE},
{"float_resize_down", 0, ARG_TYPE_NONE},
{"tile_h", 0, ARG_TYPE_NONE},
{"tile_v", 0, ARG_TYPE_NONE},
{"toggle_floating", 0, ARG_TYPE_NONE},
Expand Down

0 comments on commit d27ba14

Please sign in to comment.