Focus child when showing a scratchpad container
This commit is contained in:
parent
debb8e85b2
commit
0337609667
|
@ -82,7 +82,7 @@ static void scratchpad_show(struct sway_container *con) {
|
||||||
}
|
}
|
||||||
|
|
||||||
arrange_windows(ws);
|
arrange_windows(ws);
|
||||||
seat_set_focus(seat, con);
|
seat_set_focus(seat, seat_get_focus_inactive(seat, con));
|
||||||
|
|
||||||
container_set_dirty(con->parent);
|
container_set_dirty(con->parent);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue