dwm 6.3 upgrade.
This commit is contained in:
parent
0384d1f892
commit
fffb7ae41e
1 changed files with 0 additions and 2 deletions
|
@ -582,8 +582,6 @@ buttonpress(XEvent *e)
|
||||||
arg.ui = 1 << i;
|
arg.ui = 1 << i;
|
||||||
} else if (ev->x < x + blw)
|
} else if (ev->x < x + blw)
|
||||||
click = ClkLtSymbol;
|
click = ClkLtSymbol;
|
||||||
// } else if (ev->x > selmon->ww - (int)TEXTW(stext) - getsystraywidth())
|
|
||||||
// click = ClkStatusText;
|
|
||||||
else
|
else
|
||||||
click = ClkStatusText;
|
click = ClkStatusText;
|
||||||
} else if ((c = wintoclient(ev->window))) {
|
} else if ((c = wintoclient(ev->window))) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue