]> git.sur5r.net Git - i3/i3/commit
Implement 'swap' command. 2496/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Fri, 26 Feb 2016 21:39:44 +0000 (22:39 +0100)
committerIngo Bürk <ingo.buerk@tngtech.com>
Mon, 15 May 2017 19:06:38 +0000 (21:06 +0200)
commit5f9a5e8d7d0eb3123fd7068452090b72b9096bea
tree716c6d7fc74245768e1debda4be3ded8f5a33db9
parent9bc504ebdb92e56e1a34047f8ab7c70f6b67eb90
Implement 'swap' command.

This patch introduces a new command 'swap' that swaps two containers so
that they assume each other's position and geometry.

fixes #917
13 files changed:
docs/userguide
include/commands.h
include/con.h
include/util.h
parser-specs/commands.spec
src/bindings.c
src/commands.c
src/con.c
src/match.c
src/util.c
src/x.c
testcases/t/187-commands-parser.t
testcases/t/265-swap.t [new file with mode: 0644]