wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 5e2c219f0e375e385968d748d3097914856958a5
parent fecbab94dd2421298d8756e2280264ac909494c2
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Thu, 23 Mar 2006 14:30:00 +0100

setting default border to 2 pixels


Diffstat:
cmd/wm/wm.h | 2+-
rc/wmiirc | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/wm/wm.h b/cmd/wm/wm.h @@ -68,7 +68,7 @@ enum { #define MAX_TAGS 8 #define MAX_TAGLEN 32 -#define DEF_BORDER 3 +#define DEF_BORDER 2 #define DEF_SNAP 20 #define ROOT_MASK SubstructureRedirectMask diff --git a/rc/wmiirc b/rc/wmiirc @@ -24,7 +24,7 @@ do done # WM CONFIGURATION -xwrite /def/border 3 +xwrite /def/border 2 xwrite /def/snap 20 xwrite /def/font $WMII_FONT xwrite /def/selcolors $WMII_SELCOLORS