diff --git a/dwm.c b/dwm.c index 10edb79..d8b1089 100644 --- a/dwm.c +++ b/dwm.c @@ -580,7 +580,8 @@ buttonpress(XEvent *e) } else if (ev->x < x + blw) click = ClkLtSymbol; else if (ev->x > selmon->ww - statusw - getsystraywidth()) { - x = selmon->ww - statusw; + //else if (ev->x > selmon->ww - statusw) { + x = selmon->ww - statusw - getsystraywidth(); click = ClkStatusText; statussig = 0; for (text = s = stext; *s && x <= ev->x; s++) {