diff options
author | Drew DeVault <[email protected]> | 2018-01-04 09:47:36 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2018-01-04 09:47:36 -0500 |
commit | 91313d3847263f3a7cd2a576b333fb4a40d5a2c5 (patch) | |
tree | 667f3438ddf84d70d21f3efecfb68ccc902d835b /sway/commands.c | |
parent | bc7011db3c9298a6cdc9ab622c18450ba184973a (diff) | |
parent | b01a53abfb883f8767090415f1ec37b295b35146 (diff) |
Merge pull request #1539 from acrisci/bindings
Bindings
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 }, |