diff options
author | Ryan Dwyer <[email protected]> | 2018-09-19 21:54:27 +1000 |
---|---|---|
committer | Ryan Dwyer <[email protected]> | 2018-09-19 21:54:27 +1000 |
commit | db2845963408dd0d66a3587469c6f26bfa4d9e1f (patch) | |
tree | 35826f54035df759914a7c406757a6ef1bf6939a /sway/commands.c | |
parent | cdce604d8e166ae905b394306fece4e7f035cedd (diff) |
Introduce create_output command (for developer use)
Should help with testing hotplugging.
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 41e1c653..27a88319 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -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 }, |