mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-31 22:25:29 -04:00
fix: miss focus in some popup window
This commit is contained in:
parent
50020fb57e
commit
fd6ca73907
1 changed files with 1 additions and 1 deletions
|
|
@ -3963,7 +3963,7 @@ Client * // 0.5
|
|||
focustop(Monitor *m) {
|
||||
Client *c;
|
||||
wl_list_for_each(c, &fstack, flink) {
|
||||
if (c->iskilling || client_should_ignore_focus(c))
|
||||
if (c->iskilling)
|
||||
continue;
|
||||
if (VISIBLEON(c, m))
|
||||
return c;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue