From 4f4cb563ff96235b270c9699bfc5d958d056c24e Mon Sep 17 00:00:00 2001 From: odyxz Date: Mon, 6 Jan 2025 13:21:08 +0200 Subject: [PATCH] raise scratchpad container (cherry picked from commit 810142dcc4228941b644ad68334d0b6f539b6fab) --- sway/tree/root.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sway/tree/root.c b/sway/tree/root.c index 19d072b5c..33c29d381 100644 --- a/sway/tree/root.c +++ b/sway/tree/root.c @@ -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) {