diff --git a/src/fetch/client.h b/src/fetch/client.h index 5b90ed8..c2b0abd 100644 --- a/src/fetch/client.h +++ b/src/fetch/client.h @@ -330,7 +330,8 @@ Client *direction_select(const Arg *arg) { return NULL; } - return find_client_by_direction(tc, arg, true, is_scroller_layout(selmon)); + return find_client_by_direction( + tc, arg, true, is_scroller_layout(selmon) && !selmon->isoverview); } /* We probably should change the name of this, it sounds like