mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -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) {
|
if (old_ws) {
|
||||||
workspace_consider_destroy(old_ws);
|
workspace_consider_destroy(old_ws);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
container_raise_floating(con);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void disable_fullscreen(struct sway_container *con, void *data) {
|
static void disable_fullscreen(struct sway_container *con, void *data) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue