aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-27 10:08:18 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-27 12:31:06 -0500
commitba69f06695c24f98a05d138a53ba130108ebce6f (patch)
treee36dac0c2088492117fb46404cad3a5fb28dffbe /sway/commands.c
parente1c5adc918a95209b432b89a75114e2cd20412a4 (diff)
binding config
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 34afb6a0..b0078a46 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -127,6 +127,8 @@ struct cmd_results *add_color(const char *name, char *buffer, const char *color)
/* Keep alphabetized */
static struct cmd_handler handlers[] = {
+ { "bindcode", cmd_bindcode },
+ { "bindsym", cmd_bindsym },
{ "exec", cmd_exec },
{ "exec_always", cmd_exec_always },
{ "exit", cmd_exit },