diff options
author | Tony Crisci <[email protected]> | 2017-12-16 07:33:23 -0500 |
---|---|---|
committer | Tony Crisci <[email protected]> | 2017-12-16 07:33:23 -0500 |
commit | 9fa70ce426a78921fa61f25f8b30a73a2a7d9ad7 (patch) | |
tree | 823cce0da3f7e0dc21c26bef7e639e8370e29b3d /sway/commands.c | |
parent | 030fcb64da90242718b7276a4c98cd0b2a346aad (diff) | |
parent | 1aab9ae3e74d15e2c346acbab2ef2def59db72eb (diff) |
Merge branch 'wlroots' into feature/input
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 b8948fb7..7485f2f6 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -132,6 +132,7 @@ static struct cmd_handler handlers[] = { { "exit", cmd_exit }, { "include", cmd_include }, { "input", cmd_input }, + { "output", cmd_output }, { "seat", cmd_seat }, }; |