X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Fscratchpad.c;h=d564bf3208e1ac7768522db2c9ca9a09295a0a44;hp=2774396f01614514df5f09f198c67cb8a6ad1937;hb=HEAD;hpb=6339427f017e1265a022e6537e16a8b4a921e52f diff --git a/src/scratchpad.c b/src/scratchpad.c index 2774396f..d564bf32 100644 --- a/src/scratchpad.c +++ b/src/scratchpad.c @@ -141,6 +141,7 @@ bool scratchpad_show(Con *con) { DLOG("Found a visible scratchpad window on another workspace,\n"); DLOG("moving it to this workspace: con = %p\n", walk_con); con_move_to_workspace(walk_con, focused_ws, true, false, false); + con_activate(con_descend_focused(walk_con)); return true; } }