binding config

This commit is contained in:
Tony Crisci 2017-12-27 10:08:18 -05:00
parent e1c5adc918
commit ba69f06695
5 changed files with 180 additions and 2 deletions

View file

@ -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 },