mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-06-20 14:33:14 -04:00
opt: optmize label create judge
This commit is contained in:
parent
a7acc7f5f3
commit
eaaa67c4d9
1 changed files with 1 additions and 2 deletions
|
|
@ -359,8 +359,7 @@ void create_jump_hints(Monitor *m) {
|
|||
Client *c;
|
||||
|
||||
wl_list_for_each(c, &clients, link) {
|
||||
if (VISIBLEON(c, m) &&
|
||||
((m->isoverview && !client_is_x11_popup(c)) || ISTILED(c))) {
|
||||
if (VISIBLEON(c, m) && !c->isunglobal && !client_is_x11_popup(c)) {
|
||||
if (label_idx >= 26)
|
||||
break;
|
||||
char c_char = jump_labels[label_idx];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue