]> git.sur5r.net Git - i3/i3/blobdiff - src/move.c
Merge pull request #2998 from orestisf1993/issue-2990
[i3/i3] / src / move.c
index 3ecc69e4c762c7c63e2e38ab6a9ceadaeb91edf0..97ca6d40b42423a07582d44f3ade0f9001d7ef7f 100644 (file)
@@ -118,7 +118,7 @@ static void move_to_output_directed(Con *con, direction_t direction) {
     attach_to_workspace(con, ws, direction);
 
     /* fix the focus stack */
-    con_focus(con);
+    con_activate(con);
 
     /* force re-painting the indicators */
     FREE(con->deco_render_params);