]> git.sur5r.net Git - i3/i3/commit
Fix 'move to workspace' when used with criteria
authorPavel Löbl <lobl.pavel@gmail.com>
Wed, 9 May 2012 21:43:21 +0000 (23:43 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 3 Jun 2012 17:41:45 +0000 (19:41 +0200)
commit51173baf28a7dcec2a75f1410e95ac9569c48f40
tree62b383eba05164b0353536d224f10b58c90892cb
parent4611f875ffe50b05af7b347bb4600c58f8d7acaf
Fix 'move to workspace' when used with criteria

When moving window from other (not current) workspace to another
workspace with criteria we should stay on current workspace.

And we should exit early when criteria was specified but didn't
match any window.
src/commands.c
src/con.c