URI: 
       applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0 - dwm - dynamic window manager
  HTML git clone https://git.parazyd.org/dwm
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 867ba360300682859ab963222ec0a3f42586ff54
   DIR parent e83f36db101c125fe17034125e63f86fbd6f0568
  HTML Author: garbeam@gmail.com <unknown>
       Date:   Fri,  1 Jul 2011 17:56:53 +0100
       
       applied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git 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;