raise when focused with net_active_window message
Dana Jansens danakj@orodu.net
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/client.cc
→
src/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 } }