Bugfix: Correctly switch workspace when using the "jump" command (Thanks fallen)

This commit is contained in:
Michael Stapelberg 2010-03-25 18:07:40 +01:00
parent 3bbcfadd22
commit 469f22caeb
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}