aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-27 10:08:18 -0500
committerLibravatar Tony Crisci <tony@dubstepdish.com>2017-12-27 12:31:06 -0500
commitba69f06695c24f98a05d138a53ba130108ebce6f (patch)
treee36dac0c2088492117fb46404cad3a5fb28dffbe /sway/commands.c
parentMerge pull request #1535 from martinetd/libinput (diff)
downloadsway-ba69f06695c24f98a05d138a53ba130108ebce6f.tar.gz
sway-ba69f06695c24f98a05d138a53ba130108ebce6f.tar.zst
sway-ba69f06695c24f98a05d138a53ba130108ebce6f.zip
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)
127 127
128/* Keep alphabetized */ 128/* Keep alphabetized */
129static struct cmd_handler handlers[] = { 129static struct cmd_handler handlers[] = {
130 { "bindcode", cmd_bindcode },
131 { "bindsym", cmd_bindsym },
130 { "exec", cmd_exec }, 132 { "exec", cmd_exec },
131 { "exec_always", cmd_exec_always }, 133 { "exec_always", cmd_exec_always },
132 { "exit", cmd_exit }, 134 { "exit", cmd_exit },