Implement resize command

This commit is contained in:
Drew DeVault 2018-04-04 21:32:31 -04:00
parent 21aedf1505
commit f77986338f
6 changed files with 351 additions and 27 deletions

View file

@ -165,6 +165,7 @@ static struct cmd_handler command_handlers[] = {
{ "move", cmd_move },
{ "opacity", cmd_opacity },
{ "reload", cmd_reload },
{ "resize", cmd_resize },
{ "split", cmd_split },
{ "splith", cmd_splith },
{ "splitt", cmd_splitt },