diff --git a/src/fetch/client.h b/src/fetch/client.h index 328aa614..a44f4ca7 100644 --- a/src/fetch/client.h +++ b/src/fetch/client.h @@ -312,7 +312,7 @@ Client *direction_select(const Arg *arg) { Client *focustop(Monitor *m) { Client *c = NULL; wl_list_for_each(c, &fstack, flink) { - if (c->iskilling || c->isunglobal || c->is_monocle_hide) + if (c->iskilling || c->isunglobal) continue; if (VISIBLEON(c, m)) return c;