opt: allow focustop get monocle hide client

This commit is contained in:
DreamMaoMao 2026-06-18 14:54:50 +08:00
parent f4b2c7fd8e
commit 3a6c1ea6bc

View file

@ -314,7 +314,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;