forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways 5.1
authorAnselm R Garbe <garbeam@gmail.com>
Tue, 29 Jul 2008 11:32:22 +0100
changeset 1315 ce355cea9bb8
parent 1314 f8c445284353
child 1316 e1e92a3ec86d
forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways
dwm.c
--- a/dwm.c	Fri Jul 18 20:18:45 2008 +0100
+++ b/dwm.c	Tue Jul 29 11:32:22 2008 +0100
@@ -904,7 +904,7 @@
 	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)