all repos — openbox @ 42c6cdd0c89412fa8e72e1a820a43a035487e6d7

openbox fork - make it a bit more like ryudo

people have started using SKIP_TASKBAR, and it's not for stuff you don't want to be able to alt-tab to. so don't put that in here anymore.
Dana Jansens danakj@orodu.net
commit

42c6cdd0c89412fa8e72e1a820a43a035487e6d7

parent

ec67e96583fe0a1f9a1ef2f75b9293117c115319

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

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

@@ -521,7 +521,6 @@ (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->desktop == screen_desktop || ft->desktop == DESKTOP_ALL)) && ft == client_focus_target(ft)) return TRUE;