all repos — openbox @ 6772ec19fc5b3c4116c2b8d0aa8a6f0950d24d01

openbox fork - make it a bit more like ryudo

only refocus the omnipresent window if its allowed
Dana Jansens danakj@orodu.net
commit

6772ec19fc5b3c4116c2b8d0aa8a6f0950d24d01

parent

34f5bbe4f6270000e8a47676343fc159ec731a20

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

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

@@ -234,7 +234,7 @@ }

#endif ob_debug("trying omnipresentness\n"); - if (old && old->desktop == DESKTOP_ALL) + if (allow_refocus && old && old->desktop == DESKTOP_ALL) return old;