aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authorBrian Ashworth <bosrsf04@gmail.com>2018-05-26 11:02:21 -0400
committerBrian Ashworth <bosrsf04@gmail.com>2018-05-26 11:05:02 -0400
commit569f4e0e4c75562c38848ea0bbaeb3b2f230b1a9 (patch)
tree02716bf706478cc5ca73d892dfc34c8a327897b3 /sway/commands.c
parentfea654a6ce4d618bfd0cc9b5d78d0726802889ec (diff)
Implement swap command
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
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 },
};