all repos — openbox @ c0333e9452330c6b7b44aa81bbccc7460fd50e14

openbox fork - make it a bit more like ryudo

_net_active_window shouldn't change desktop, is the general policy concensus.
Dana Jansens danakj@orodu.net
commit

c0333e9452330c6b7b44aa81bbccc7460fd50e14

parent

8186a81fe0095a46c2a65e252268f19d5798095a

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

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

@@ -1355,7 +1355,7 @@ } else

ob_debug_type(OB_DEBUG_APP_BUGS, "_NET_ACTIVE_WINDOW message for window %s is " "missing source indication\n"); - client_activate(client, FALSE, TRUE, TRUE, + client_activate(client, TRUE, TRUE, TRUE, (e->xclient.data.l[0] == 0 || e->xclient.data.l[0] == 2)); } else if (msgtype == prop_atoms.net_wm_moveresize) {