Commit 4a2902e

Anselm R Garbe <garbeam@gmail.com>
2008-07-29 06:32:22
forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways
1 parent 6fad4c4
Changed files (1)
dwm.c
@@ -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)