[hackers] [dwm] forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Tue, 29 Jul 2008 10:32:28 +0000 (UTC)

changeset: 1315:ce355cea9bb8
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Tue Jul 29 11:32:22 2008 +0100
files: dwm.c
description:
forcing fullscreen windows to bw=0, though most fullscreen apps are broken anyways

diff -r f8c445284353 -r ce355cea9bb8 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)
Received on Tue Jul 29 2008 - 10:32:28 UTC

This archive was generated by hypermail 2.2.0 : Tue Jul 29 2008 - 10:36:05 UTC