sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 810142dcc4228941b644ad68334d0b6f539b6fab
parent a4072486ded62fcde586c10230cc79af833c55b6
Author: odyxz <fasded0100@gmail.com>
Date:   Mon,  6 Jan 2025 13:21:08 +0200

raise scratchpad container

Diffstat:
Msway/tree/root.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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) {