aboutsummaryrefslogtreecommitdiff
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
parenta542bdf658e9fce2034583b8a3e439430be9b5a5 (diff)
I prefer BORDERPX=1
-rw-r--r--config.arg.h2
-rw-r--r--config.default.h2
2 files changed, 2 insertions, 2 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"
diff --git a/config.default.h b/config.default.h
index 42b867b..9f1f07d 100644
--- a/config.default.h
+++ b/config.default.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 1
#define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
#define NORMBORDERCOLOR "#dddddd"