Introduction
Introduction Statistics Contact Development Disclaimer Help
tforcing fullscreen windows to bw=0, though most fullscreen apps are broken any…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 4a2902efe49571432544f356a946170ff9e6f415
parent 6fad4c49f17f154b49846d379e347897b747f793
Author: Anselm R Garbe <[email protected]>
Date: Tue, 29 Jul 2008 11:32:22 +0100
forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyw…
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -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)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.