From 469f22caeb3f146c268cd165f3537431ca14aa48 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 25 Mar 2010 18:07:40 +0100 Subject: [PATCH] Bugfix: Correctly switch workspace when using the "jump" command (Thanks fallen) --- src/commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands.c b/src/commands.c index e7ebb946..b601c1c0 100644 --- a/src/commands.c +++ b/src/commands.c @@ -721,6 +721,7 @@ static void jump_to_window(xcb_connection_t *conn, const char *arguments) { } free(classtitle); + workspace_show(conn, client->workspace->num + 1); set_focus(conn, client, true); } -- 2.39.5