mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-20 14:33:14 -04:00
opt: allow focustop get monocle hide client
This commit is contained in:
parent
f4b2c7fd8e
commit
3a6c1ea6bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue