diff options
author | Ryan Dwyer <RyanDwyer@users.noreply.github.com> | 2018-05-28 00:20:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 00:20:50 +1000 |
commit | 3ee286d7f7e9e72a98cbf3b734b36c7e468e1c95 (patch) | |
tree | 2b0c481616cd738e0f6ca92be9594eec7707799b /sway/commands.c | |
parent | de32b6d52ef8cf7d477fba23f42ca054155add56 (diff) | |
parent | 8fda41dab52656c7c4a0db9a835ae57cea994538 (diff) | |
download | sway-3ee286d7f7e9e72a98cbf3b734b36c7e468e1c95.tar.xz |
Merge pull request #2040 from RedSoxFan/cmd-swap
Implement swap command
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
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 }, }; |