mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
treat scratchpad as minimize
This commit is contained in:
parent
119f31edb4
commit
f6aac41efe
2 changed files with 28 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue