treat scratchpad as minimize

This commit is contained in:
Will McKinnon 2021-10-17 21:56:25 -04:00
parent 119f31edb4
commit f6aac41efe
2 changed files with 28 additions and 0 deletions

View file

@ -102,6 +102,7 @@ struct sway_view {
struct wl_listener foreign_fullscreen_request;
struct wl_listener foreign_close_request;
struct wl_listener foreign_destroy;
struct wl_listener foreign_minimize;
bool destroying;