aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2025-01-06 13:21:08 +0200
committerFurkan Sahin <furkan-dev@proton.me>2025-01-06 13:21:08 +0200
commit6bbeb381afbd01bc580375d02908c12f7242e767 (patch)
tree88fe79c694300e93827410065330a9cce9f33d81
parentfc537d2d0a66da51ac9dd9dbbd3aa49ce6283610 (diff)
raise scratchpad container
-rw-r--r--sway/tree/root.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/tree/root.c b/sway/tree/root.c
index 19d072b5..33c29d38 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) {