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 55929659..54d84450 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -203,6 +203,7 @@ static struct cmd_handler input_handlers[] = {
203// must be in order for the bsearch 203// must be in order for the bsearch
204static struct cmd_handler seat_handlers[] = { 204static struct cmd_handler seat_handlers[] = {
205 { "attach", seat_cmd_attach }, 205 { "attach", seat_cmd_attach },
206 { "cursor", seat_cmd_cursor },
206 { "fallback", seat_cmd_fallback }, 207 { "fallback", seat_cmd_fallback },
207}; 208};
208 209