mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-03 00:06:47 -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 *focustop(Monitor *m) {
|
||||||
Client *c = NULL;
|
Client *c = NULL;
|
||||||
wl_list_for_each(c, &fstack, flink) {
|
wl_list_for_each(c, &fstack, flink) {
|
||||||
if (c->iskilling || c->isunglobal || c->is_monocle_hide)
|
if (c->iskilling || c->isunglobal)
|
||||||
continue;
|
continue;
|
||||||
if (VISIBLEON(c, m))
|
if (VISIBLEON(c, m))
|
||||||
return c;
|
return c;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue