Made scratchpad handling identical to i3

This commit is contained in:
Luminarys 2015-08-29 21:14:13 -05:00
parent 79da7f112a
commit 28e937020a
3 changed files with 91 additions and 19 deletions

View file

@ -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;