diff options
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 05a66a7f..d6cf7a64 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -96,6 +96,7 @@ static struct cmd_handler handlers[] = { { "exec_always", cmd_exec_always }, { "exit", cmd_exit }, { "include", cmd_include }, + { "output", cmd_output }, }; static int handler_compare(const void *_a, const void *_b) { |