summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 90544220..c85ddf7a 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -163,6 +163,10 @@ static struct cmd_handler command_handlers[] = {
163 { "kill", cmd_kill }, 163 { "kill", cmd_kill },
164 { "layout", cmd_layout }, 164 { "layout", cmd_layout },
165 { "reload", cmd_reload }, 165 { "reload", cmd_reload },
166 { "split", cmd_split },
167 { "splith", cmd_splith },
168 { "splitt", cmd_splitt },
169 { "splitv", cmd_splitv },
166}; 170};
167 171
168static int handler_compare(const void *_a, const void *_b) { 172static int handler_compare(const void *_a, const void *_b) {