dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit 4a2902efe49571432544f356a946170ff9e6f415 parent 6fad4c49f17f154b49846d379e347897b747f793 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(-)
diff --git a/dwm.c b/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)