all repos — openbox @ f1f4cf57af9c855ff08029be12d189cc862b2c70

openbox fork - make it a bit more like ryudo

raise when focused with net_active_window message
Dana Jansens danakj@orodu.net
commit

f1f4cf57af9c855ff08029be12d189cc862b2c70

parent

d9e7a7b8cd667cc6e11add9062d3c12ef21b6fda

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

jump to
M src/client.ccsrc/client.cc

@@ -783,6 +783,7 @@ close();

} else if (e.message_type == property->atom(otk::OBProperty::net_active_window)) { focus(); + Openbox::instance->screen(_screen)->restack(true, this); // raise } }