all repos — openbox @ bdf1662af23289fd5674252f6caaf63728a186c5

openbox fork - make it a bit more like ryudo

clarify using stacking_lower for restoring the stacking order
Dana Jansens danakj@orodu.net
commit

bdf1662af23289fd5674252f6caaf63728a186c5

parent

d286702ed48ef624cb96840bab147fa53a9ae191

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

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

@@ -123,7 +123,10 @@ }

} XFree(children); - /* stack them as they were on startup! */ + /* stack them as they were on startup! + why with stacking_lower? Why, because then windows who aren't in the + stacking list are on the top where you can see them instead of buried + at the bottom! */ for (i = client_startup_stack_size; i > 0; --i) { Client *c;