all repos — dwm @ 4a2902efe49571432544f356a946170ff9e6f415

my dwm build

forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways
Anselm R Garbe garbeam@gmail.com
Tue, 29 Jul 2008 11:32:22 +0100
commit

4a2902efe49571432544f356a946170ff9e6f415

parent

6fad4c49f17f154b49846d379e347897b747f793

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.c

@@ -904,7 +904,7 @@ c->oldbw = wa->border_width;

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)