Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
applied Nicolas Capit's patch as interim solution until the multiscreen support is...
[dwm.git]
/
dwm.c
diff --git
a/dwm.c
b/dwm.c
index
a2582f1
..
f842b41
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-442,7
+442,7
@@
buttonpress(XEvent *e) {
}
else if(ev->x < x + blw)
click = ClkLtSymbol;
- else if(ev->x > selmon->w
x + selmon->w
w - TEXTW(stext))
+ else if(ev->x > selmon->ww - TEXTW(stext))
click = ClkStatusText;
else
click = ClkWinTitle;