mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
binding config
This commit is contained in:
parent
e1c5adc918
commit
ba69f06695
5 changed files with 180 additions and 2 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue