Introduction
Introduction Statistics Contact Development Disclaimer Help
tapplied Nicolas Capit's patch as interim solution until the multiscreen suppor…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 867ba360300682859ab963222ec0a3f42586ff54
parent e83f36db101c125fe17034125e63f86fbd6f0568
Author: [email protected] <unknown>
Date: Fri, 1 Jul 2011 17:56:53 +0100
applied Nicolas Capit's patch as interim solution until the multiscreen support…
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -442,7 +442,7 @@ buttonpress(XEvent *e) {
}
else if(ev->x < x + blw)
click = ClkLtSymbol;
- else if(ev->x > selmon->wx + selmon->ww - TEXTW(stext))
+ else if(ev->x > selmon->ww - TEXTW(stext))
click = ClkStatusText;
else
click = ClkWinTitle;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.