about summary refs log tree commit diff stats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-17 12:36:29 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-17 12:36:29 +0100
commitcaf5a162716ebdcca0ba7dda1e7335697f3b9208 (patch)
treed626b247ee44151a4a37940e873b540f0a910b8d /config.default.h
parent936e11fd5465819555604f924f8afaae702e426e (diff)
downloaddwm-caf5a162716ebdcca0ba7dda1e7335697f3b9208.tar.gz
moved BORDERPX to config.*.h
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.default.h b/config.default.h
index fd7f2a9..42b867b 100644
--- a/config.default.h
+++ b/config.default.h
@@ -8,6 +8,7 @@ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
 #define DEFMODE			dotile		/* dofloat */
 #define FLOATSYMBOL		"><>"
 #define TILESYMBOL		"[]="
+#define BORDERPX		1
 
 #define FONT			"-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
 #define NORMBORDERCOLOR		"#dddddd"