]> git.sur5r.net Git - i3/i3/commit
Bugfix: Do not move focus if a container is moved across outputs
authorSebastian Rachuj <rachus@web.de>
Sat, 9 Feb 2013 19:23:01 +0000 (20:23 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 10 Feb 2013 16:38:17 +0000 (17:38 +0100)
commitb565bfca134132bdf1e96a5a2fa3a415ab80407c
treee44e4ca2f098c51f844ce71881397400b9651781
parentd36e2a70bfa009857037085e33d5fdbe10c9a423
Bugfix: Do not move focus if a container is moved across outputs

fixes #809

This makes the moving behavior more consistent. If you want to focus the
workspace you are moving to, just chain the keybinding in your config
file:

    bindsym $mod+Shift+1 move workspace 1; workspace 1
src/con.c
testcases/t/508-move-workspace-focus.t [deleted file]
testcases/t/512-move-wraps.t
testcases/t/513-move-workspace.t