]> git.sur5r.net Git - i3/i3/commit
Make command `move [direction]` work with criteria
authorTony Crisci <tony@dubstepdish.com>
Thu, 19 Jun 2014 12:09:31 +0000 (08:09 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 23 Jun 2014 19:17:27 +0000 (21:17 +0200)
commitc2b6b06da7db49bd3ecd6fa1561ef2b407ff64a3
tree5572921fc971135d9e6f68fd391ab30ed1ac9c2f
parentc9362325454fe1fea000be277ba736bfe813df14
Make command `move [direction]` work with criteria

A container selected with criteria should be moved with the `move
[direction]` command, instead of this command always acting on the
focused container.
include/move.h
src/commands.c
src/move.c
testcases/t/232-cmd-move-criteria.t [new file with mode: 0644]