forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways 4a2902ef
Anselm R Garbe · 2008-07-29 11:32 1 file(s) · +1 −1
dwm.c +1 −1
904 904
	if(c->w == sw && c->h == sh) {
905 905
		c->x = sx;
906 906
		c->y = sy;
907 -
		c->bw = wa->border_width;
907 +
		c->bw = 0;
908 908
	}
909 909
	else {
910 910
		if(c->x + c->w + 2 * c->bw > sx + sw)