mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-19 14:33:16 -04:00
opt: allow focustop get monocle hide client
This commit is contained in:
parent
45b752920e
commit
727b9fe77e
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,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