see maximizenotify() for more info
NOJ7YCRN3IEPR3R2SDXJZR7RA5C55TRKZTDY27V7WVD6SYEATQ2AC }voidmaximizenotify(struct wl_listener *listener, void *data){/* This event is raised when a client would like to maximize itself,* typically because the user clicked on the maximize button on* client-side decorations. dwl doesn't support maximization, but* to conform to xdg-shell protocol we still must send a configure.* wlr_xdg_surface_schedule_configure() is used to send an empty reply. */Client *c = wl_container_of(listener, c, maximize);wlr_xdg_surface_schedule_configure(c->surface.xdg);