diff options
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 9ba252b0..8156a08e 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -164,6 +164,10 @@ static struct cmd_handler command_handlers[] = { { "layout", cmd_layout }, { "move", cmd_move }, { "reload", cmd_reload }, + { "split", cmd_split }, + { "splith", cmd_splith }, + { "splitt", cmd_splitt }, + { "splitv", cmd_splitv }, }; static int handler_compare(const void *_a, const void *_b) { |