Introduce create_output command (for developer use)

Should help with testing hotplugging.
This commit is contained in:
Ryan Dwyer 2018-09-19 21:54:27 +10:00
parent cdce604d8e
commit db28459634
4 changed files with 42 additions and 0 deletions

View file

@ -143,6 +143,7 @@ static struct cmd_handler config_handlers[] = {
/* Runtime-only commands. Keep alphabetized */
static struct cmd_handler command_handlers[] = {
{ "border", cmd_border },
{ "create_output", cmd_create_output },
{ "exit", cmd_exit },
{ "floating", cmd_floating },
{ "fullscreen", cmd_fullscreen },