X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus.c;h=7312974909d6ca2953d98ae0169c323122f79523;hb=6457a55f8c1bdcbc62412e099102b5a79654df56;hp=a75c170f649e72bf62c07456e603742e976e1229;hpb=0b3cfc9de550f3f922bfb3c41acb96bbb1e00b64;p=chaz%2Fopenbox diff --git a/openbox/focus.c b/openbox/focus.c index a75c170f..73129749 100644 --- a/openbox/focus.c +++ b/openbox/focus.c @@ -328,9 +328,10 @@ gboolean focus_valid_target(ObClient *ft, /* 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);