commit bdb00c819fc8591b9c097902b2a1beef8d2b055f
parent e5aedcc8c542f6be6a6eaafc818cd531202e5f6b
Author: Jerome Andrieux <jerome@gcu.info>
Date: Thu, 11 Mar 2010 16:37:47 +0100
Updated useless gap patch : 5.8, floating client bug fixed and removes border&gap in monocle mode BIS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.suckless.org/patches/dwm-uselessgap-5.8.diff b/dwm.suckless.org/patches/dwm-uselessgap-5.8.diff
@@ -26,7 +26,7 @@ diff -r 72e52c5333ef dwm.c
+ if(c->isfloating) { globalborder = 0 ; }
+ else {
-+ if (selmon->lt[selmon->sellt]->arrange == monocle) { globalborder = 0 - borderpx ; }
++ if (selmon->lt[selmon->sellt]->arrange == monocle) { globalborder = 0 - borderpx ; }
+ else { globalborder = gappx ; }
+ }
if(applysizehints(c, &x, &y, &w, &h, interact)) {