about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-21 16:47:53 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-21 16:47:53 +0100
commitf1009285d8312a36ca0b1ef2dbdbdb0738f47140 (patch)
tree8c23c1f37fb4b016294b26903eac216439f4afc0
parentf76b3a46851069860707f70ebc17ba4115219547 (diff)
downloaddwm-f1009285d8312a36ca0b1ef2dbdbdb0738f47140.tar.gz
using smaller font
-rw-r--r--config.arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h
index 0b4b9d8..095af0b 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -4,7 +4,7 @@
 
 /* appearance */
 #define BORDERPX		1
-#define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
+#define FONT			"-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*"
 #define NORMBORDERCOLOR		"#333"
 #define NORMBGCOLOR		"#222"
 #define NORMFGCOLOR		"#ccc"
/div>
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
56
57
58
59
60
61
62
63
64
65