basic layout command

This commit is contained in:
Tony Crisci 2018-02-22 18:03:46 -05:00
parent bcb870bcf2
commit 66d1e0b313
5 changed files with 81 additions and 0 deletions

View file

@ -136,6 +136,7 @@ static struct cmd_handler handlers[] = {
{ "include", cmd_include },
{ "input", cmd_input },
{ "kill", cmd_kill },
{ "layout", cmd_layout },
{ "output", cmd_output },
{ "reload", cmd_reload },
{ "seat", cmd_seat },