all repos — openbox @ 8ec716f69284c3a5350dda138d9a452a9093c866

openbox fork - make it a bit more like ryudo

this goes away by popular request (focus_order_to_bottom in action_lower)
Mikael Magnusson mikachu@comhem.se
commit

8ec716f69284c3a5350dda138d9a452a9093c866

parent

d30ea87bb1dbbd566e684b03ca624b931636563f

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

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

@@ -1089,8 +1089,6 @@ {

client_action_start(data); stacking_lower(CLIENT_AS_WINDOW(data->client.any.c)); client_action_end(data); - - focus_order_to_bottom(data->client.any.c); } void action_close(union ActionData *data)