]> git.sur5r.net Git - i3/i3/blobdiff - src/commands.c
Revert "Bugfix: Ignore enter_notify when warping pointer (makes "goto" work correctly)"
[i3/i3] / src / commands.c
index c0cb8782a24fa3590274e2a17af6534d87911810..b2649beeec1f7b22d11afa771f3ea600c2d06370 100644 (file)
@@ -73,8 +73,8 @@ static void jump_to_mark(xcb_connection_t *conn, const char *mark) {
                         if (current->mark == NULL || strcmp(current->mark, mark) != 0)
                                 continue;
 
-                        workspace_show(conn, current->workspace->num + 1);
                         set_focus(conn, current, true);
+                        workspace_show(conn, current->workspace->num + 1);
                         return;
                 }