tforcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways - 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 4a2902efe49571432544f356a946170ff9e6f415
 (DIR) parent 6fad4c49f17f154b49846d379e347897b747f793
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Tue, 29 Jul 2008 11:32:22 +0100
       
       forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways
       Diffstat:
         M dwm.c                               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dwm.c b/dwm.c
       t@@ -904,7 +904,7 @@ manage(Window w, XWindowAttributes *wa) {
                if(c->w == sw && c->h == sh) {
                        c->x = sx;
                        c->y = sy;
       -                c->bw = wa->border_width;
       +                c->bw = 0;
                }
                else {
                        if(c->x + c->w + 2 * c->bw > sx + sw)