tapplied Nicolas Capit's patch as interim solution until the multiscreen support is reworked in 6.0 - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 867ba360300682859ab963222ec0a3f42586ff54
 (DIR) parent e83f36db101c125fe17034125e63f86fbd6f0568
 (HTM) 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
       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;