all repos — openbox @ 8c9b2e8f17d744082eb7f3cd5a4be6e11218ccfa

openbox fork - make it a bit more like ryudo

>:| I put old code back somehow.. thanks mika. hooray peer review :)
Dana Jansens danakj@orodu.net
commit

8c9b2e8f17d744082eb7f3cd5a4be6e11218ccfa

parent

f6265e82e6b195d9f817f3e794456bce54c7c8b6

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

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

@@ -525,7 +525,7 @@ (ft->type == OB_CLIENT_TYPE_TOOLBAR ||

ft->type == OB_CLIENT_TYPE_MENU || ft->type == OB_CLIENT_TYPE_UTILITY))) && ((ft->can_focus || ft->focus_notify) && - !ft->skip_taskbar && + !ft->skip_pager && (ft->desktop == screen_desktop || ft->desktop == DESKTOP_ALL)) && ft == client_focus_target(ft)) return TRUE;