diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-09-19 09:24:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-19 09:24:15 -0400 |
commit | f0fb27aba6b6e4d14fe0ce6e6e7d3dfa3fdf91fa (patch) | |
tree | 6d7d21786cb3e0441205705117bf2ffffa1f8828 /sway/commands.c | |
parent | a83773e5cad9c3c988a664e177a885c61457c03a (diff) | |
parent | a2090d4222aba4c708aa086e674cfe82ee7cb323 (diff) |
Merge pull request #2669 from RyanDwyer/create-output-command
Introduce create_output command (for developer use)
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 }, |