mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
raise scratchpad container
This commit is contained in:
parent
a4072486de
commit
810142dcc4
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue