diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 10:08:18 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-27 12:31:06 -0500 |
commit | ba69f06695c24f98a05d138a53ba130108ebce6f (patch) | |
tree | e36dac0c2088492117fb46404cad3a5fb28dffbe /sway/commands.c | |
parent | e1c5adc918a95209b432b89a75114e2cd20412a4 (diff) |
binding config
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 2 |
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 }, |