aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
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[] = {
132 { "exit", cmd_exit }, 132 { "exit", cmd_exit },
133 { "include", cmd_include }, 133 { "include", cmd_include },
134 { "input", cmd_input }, 134 { "input", cmd_input },
135 { "output", cmd_output },
135 { "seat", cmd_seat }, 136 { "seat", cmd_seat },
136}; 137};
137 138