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