all repos — openbox @ f0e5332b4ae5504f167d75e853c13e6f718ce70a

openbox fork - make it a bit more like ryudo

but deiconify
Dana Jansens danakj@orodu.net
commit

f0e5332b4ae5504f167d75e853c13e6f718ce70a

parent

370b5ba27d77c3eecb984f2efa64a4263d454112

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -2857,7 +2857,7 @@ }

void client_iconify(ObClient *self, gboolean iconic, gboolean curdesk) { - if (self->functions & OB_CLIENT_FUNC_ICONIFY) { + if (self->functions & OB_CLIENT_FUNC_ICONIFY || !iconic) { /* move up the transient chain as far as possible first */ self = client_search_top_normal_parent(self); client_iconify_recursive(self, iconic, curdesk);