]> git.sur5r.net Git - i3/i3/commit
Fix moving windows to a marked workspace by mark. 2004/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Fri, 16 Oct 2015 19:07:16 +0000 (21:07 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Fri, 16 Oct 2015 19:07:16 +0000 (21:07 +0200)
commita172168e61e37a1c4415f4abfd5ece6c5293dadf
tree5d7dce0ffe6209f991d0bda1102bf516d55f9c77
parentd24964ff6ab582879b4e82411b05e30f493852a8
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