Implement modes

This commit is contained in:
Drew DeVault 2018-03-29 22:10:33 -04:00
parent 741424c4e7
commit 8efee109ad
5 changed files with 74 additions and 2 deletions

View file

@ -100,6 +100,7 @@ static struct cmd_handler handlers[] = {
{ "exec_always", cmd_exec_always },
{ "include", cmd_include },
{ "input", cmd_input },
{ "mode", cmd_mode },
{ "output", cmd_output },
{ "seat", cmd_seat },
{ "workspace", cmd_workspace },