aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-01-18 11:46:39 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-01-18 11:46:39 +0100
commita542bdf658e9fce2034583b8a3e439430be9b5a5 (patch)
tree524d49a8b72756233248ebe6cb3447d73aa091fd /config.arg.h
parent96e1b25c8ceca2993b2044d000f5827c19326c8a (diff)
downloaddwm-a542bdf658e9fce2034583b8a3e439430be9b5a5.tar.zst
personally I prefer 2px borders
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 2458fe4..740affc 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -8,7 +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 BORDERPX 2
#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
#define NORMBORDERCOLOR "#333"