]> git.sur5r.net Git - i3/i3/commit
Fix moving windows to a marked workspace by mark.
authorIngo Bürk <ingo.buerk@tngtech.com>
Fri, 16 Oct 2015 19:07:16 +0000 (21:07 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 28 Oct 2015 20:55:03 +0000 (21:55 +0100)
commitab9d74b434c22a860a3073ad9c7f39aec40b243d
tree177b957c9f77e35e7b3cb753d54769a62b7a3af4
parentbfd9960df254c5bc29d1f7fd42298ec857c8484f
Fix moving windows to a marked workspace by mark.

When a window is moved to a mark and the marked container is a workspace,
we can skip any other logic and just call con_move_to_workspace directly.

fixes #2003
src/con.c