Bugfix: Correctly switch workspace when using the "jump" command (Thanks fallen)
This commit is contained in:
parent
3bbcfadd22
commit
469f22caeb
|
@ -721,6 +721,7 @@ static void jump_to_window(xcb_connection_t *conn, const char *arguments) {
|
||||||
}
|
}
|
||||||
|
|
||||||
free(classtitle);
|
free(classtitle);
|
||||||
|
workspace_show(conn, client->workspace->num + 1);
|
||||||
set_focus(conn, client, true);
|
set_focus(conn, client, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue