tpersonally I prefer 2px borders - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a542bdf658e9fce2034583b8a3e439430be9b5a5
(DIR) parent 96e1b25c8ceca2993b2044d000f5827c19326c8a
(HTM) Author: Anselm R. Garbe <arg@suckless.org>
Date: Thu, 18 Jan 2007 11:46:39 +0100
personally I prefer 2px borders
Diffstat:
M config.arg.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config.arg.h b/config.arg.h
t@@ -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"