raise scratchpad container

(cherry picked from commit 810142dcc4)
This commit is contained in:
odyxz 2025-01-06 13:21:08 +02:00 committed by Simon Ser
parent 860cd42ba1
commit 4f4cb563ff

View file

@ -199,6 +199,8 @@ void root_scratchpad_show(struct sway_container *con) {
if (old_ws) {
workspace_consider_destroy(old_ws);
}
container_raise_floating(con);
}
static void disable_fullscreen(struct sway_container *con, void *data) {