all repos — openbox @ 5c0f10b6b6602c18b211b6ebca6ec93557c8cea7

openbox fork - make it a bit more like ryudo

skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on them
Dana Jansens danakj@orodu.net
commit

5c0f10b6b6602c18b211b6ebca6ec93557c8cea7

parent

70003cece6e243f039cbaea086ecfb208069af94

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

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

@@ -309,6 +309,7 @@ if the focus flags on the window allow it, and its on the current

desktop */ if (ft->transients == NULL && client_normal(ft) && ((ft->can_focus || ft->focus_notify) && + !ft->skip_taskbar && (ft->desktop == screen_desktop || ft->desktop == DESKTOP_ALL))) { if (ft != focus_cycle_target) { /* prevents flicker */ if (focus_cycle_target)