commands: add nop

This commit is contained in:
Ian Fan 2018-08-07 11:25:04 +01:00
parent 744724b3cb
commit c1af79532f
5 changed files with 12 additions and 0 deletions

View file

@ -146,6 +146,7 @@ static struct cmd_handler command_handlers[] = {
{ "layout", cmd_layout },
{ "mark", cmd_mark },
{ "move", cmd_move },
{ "nop", cmd_nop },
{ "opacity", cmd_opacity },
{ "reload", cmd_reload },
{ "rename", cmd_rename },