From 569f4e0e4c75562c38848ea0bbaeb3b2f230b1a9 Mon Sep 17 00:00:00 2001 From: Brian Ashworth Date: Sat, 26 May 2018 11:02:21 -0400 Subject: Implement swap command --- sway/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/commands.c') diff --git a/sway/commands.c b/sway/commands.c index 6cba0a1c..c3728afd 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -186,6 +186,7 @@ static struct cmd_handler command_handlers[] = { { "splith", cmd_splith }, { "splitt", cmd_splitt }, { "splitv", cmd_splitv }, + { "swap", cmd_swap }, { "title_format", cmd_title_format }, { "unmark", cmd_unmark }, }; -- cgit v1.2.3