]> git.sur5r.net Git - i3/i3/commit
bugfix: workspace rename focus mismatch 1551/head
authorTony Crisci <tony@dubstepdish.com>
Mon, 16 Mar 2015 03:30:00 +0000 (23:30 -0400)
committerTony Crisci <tony@dubstepdish.com>
Mon, 16 Mar 2015 03:30:00 +0000 (23:30 -0400)
commit6b150b1ac2e742b296f09105e539cfbf3757b5d5
treea9fe924020e6e8d876d35a2c6f038a7df9d1d878
parentcd48bcf2a55e425ca270cb1b01569acbd99ac26d
bugfix: workspace rename focus mismatch

When renaming a workspace on another output that moves the workspace to
the current output, the renamed workspace would be shown even though it
does not contain the focused container.

Explicitly show the focused workspace after the move. This is necessary
because `workspace_move_to_output` will show the workspace that is
moved.
src/commands.c