all repos — openbox @ 38d1f2cba612cd2c1e2bdd9ebac2a4cff38e1da3

openbox fork - make it a bit more like ryudo

send iconic windows to the bottom of the focus list so you can a-s-tab tog get back what you just iconified
Dana Jansens danakj@orodu.net
commit

38d1f2cba612cd2c1e2bdd9ebac2a4cff38e1da3

parent

1ca83752a80a332317f7fa832be5163907034295

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

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

@@ -2996,9 +2996,8 @@ if (client_normal(self)) {

self->iconic = iconic; /* update the focus lists.. iconic windows go to the bottom of - the list, put the new iconic window at the 'top of the - bottom'. */ - focus_order_to_top(self); + the list */ + focus_order_to_bottom(self); changed = TRUE; }