about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-19 08:05:39 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-19 08:05:39 +0100
commitb1c9f5f1447846cf75b0184445062b1c30753452 (patch)
tree546c81b467c4c3707fde09bcdce8f7ccbb1a1758 /config.arg.h
parenta542bdf658e9fce2034583b8a3e439430be9b5a5 (diff)
downloaddwm-b1c9f5f1447846cf75b0184445062b1c30753452.tar.gz
I prefer BORDERPX=1
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index 740affc..66cab9a 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -5,10 +5,10 @@
 #define TAGS \
 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
 
+#define BORDERPX		1
 #define DEFMODE			dotile		/* dofloat */
 #define FLOATSYMBOL		"><>"
 #define TILESYMBOL		"[]="
-#define BORDERPX		2
 
 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
 #define NORMBORDERCOLOR		"#333"