mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Made scratchpad handling identical to i3
This commit is contained in:
parent
79da7f112a
commit
28e937020a
3 changed files with 91 additions and 19 deletions
|
|
@ -237,6 +237,7 @@ static void handle_view_destroyed(wlc_handle handle) {
|
|||
case WLC_BIT_POPUP:
|
||||
if (view) {
|
||||
swayc_t *parent = destroy_view(view);
|
||||
remove_view_from_scratchpad(view);
|
||||
arrange_windows(parent, -1, -1);
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue