summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index c15cb00a..068e8866 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -297,6 +297,7 @@ static struct cmd_handler bar_colors_handlers[] = {
297}; 297};
298 298
299static struct cmd_handler ipc_handlers[] = { 299static struct cmd_handler ipc_handlers[] = {
300 { "*", cmd_ipc_cmd },
300 { "bar-config", cmd_ipc_cmd }, 301 { "bar-config", cmd_ipc_cmd },
301 { "command", cmd_ipc_cmd }, 302 { "command", cmd_ipc_cmd },
302 { "events", cmd_ipc_events }, 303 { "events", cmd_ipc_events },
@@ -308,6 +309,7 @@ static struct cmd_handler ipc_handlers[] = {
308}; 309};
309 310
310static struct cmd_handler ipc_event_handlers[] = { 311static struct cmd_handler ipc_event_handlers[] = {
312 { "*", cmd_ipc_event_cmd },
311 { "binding", cmd_ipc_event_cmd }, 313 { "binding", cmd_ipc_event_cmd },
312 { "input", cmd_ipc_event_cmd }, 314 { "input", cmd_ipc_event_cmd },
313 { "mode", cmd_ipc_event_cmd }, 315 { "mode", cmd_ipc_event_cmd },