about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.arg.h b/config.arg.h
index cc3ee20..ae27c26 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -11,6 +11,7 @@ const char *tags[] = { "work", "net", "fnord", NULL };
 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
 #define BGCOLOR			"#eeeeee"
 #define FGCOLOR			"#666699"
+#define BORDERCOLOR		"#9999CC"
 #define MODKEY			Mod1Mask
 #define NUMLOCKMASK		Mod2Mask
 #define MASTERW			60 /* percent */
gt; 2006-07-11 11:50:18 +0200 committer Anselm R. Garbe <garbeam@wmii.de> 2006-07-11 11:50:18 +0200 added key handling' href='/acidbong/suckless/dwm/commit/key.c?h=6.4&id=366d81e313e6dd4e9e6c61ed8dfca4b4b40ccde6'>366d81e ^
16c67f3 ^












586f663 ^
16c67f3 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55