From: garbeam@gmail.com Date: Fri, 1 Jul 2011 16:56:53 +0000 (+0100) Subject: applied Nicolas Capit's patch as interim solution until the multiscreen support is... X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=867ba360300682859ab963222ec0a3f42586ff54;ds=sidebyside applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0 --- diff --git a/dwm.c b/dwm.c index a2582f1..f842b41 100644 --- 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->wx + selmon->ww - TEXTW(stext)) + else if(ev->x > selmon->ww - TEXTW(stext)) click = ClkStatusText; else click = ClkWinTitle;