all repos — openbox @ 6457a55f8c1bdcbc62412e099102b5a79654df56

openbox fork - make it a bit more like ryudo

allow alt-tab etc to move focus to skip_taskbar windows when they are iconic
Dana Jansens danakj@orodu.net
commit

6457a55f8c1bdcbc62412e099102b5a79654df56

parent

0b3cfc9de550f3f922bfb3c41acb96bbb1e00b64

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

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

@@ -328,9 +328,10 @@ !focus_target_has_siblings(ft, iconic_windows, all_desktops))));

/* it's not set to skip the taskbar (but this only applies to normal typed windows, and is overridden if the window is modal or if the user asked - for this window to be focused) */ + for this window to be focused, or if the window is iconified) */ ok = ok && (ft->type != OB_CLIENT_TYPE_NORMAL || ft->modal || + ft->iconic || user_request || !ft->skip_taskbar);