about summary refs log tree commit diff stats
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
parent96e1b25c8ceca2993b2044d000f5827c19326c8a (diff)
downloaddwm-a542bdf658e9fce2034583b8a3e439430be9b5a5.tar.gz
personally I prefer 2px borders
-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"
Agaram <vc@akkartik.com> 2015-06-23 00:18:40 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-06-23 00:18:40 -0700 1625' href='/akkartik/mu/commit/074keyboard.mu?h=main&id=9f484946cc340264b9a038d3b30369ee0d71338b'>9f484946 ^
7a84094a ^


45c08fea ^

6fef33fd ^
7a84094a ^

6fef33fd ^

45c08fea ^
7a84094a ^
a0331a9b ^
e3092e7b ^

a0331a9b ^
77d5b5d6 ^
104854ca ^
760f683f ^
0d2686c7 ^
e3092e7b ^

d803b687 ^
77d5b5d6 ^
104854ca ^
e3092e7b ^
104854ca ^
7a84094a ^
a0331a9b ^
e3092e7b ^
7a84094a ^
80df524b ^
502d2ea5 ^
760f683f ^
d803b687 ^
e3092e7b ^
0d2686c7 ^


d803b687 ^
e3092e7b ^
6aa42628 ^
80df524b ^
d803b687 ^
e3092e7b ^

c6c19a27 ^


d803b687 ^
77d5b5d6 ^
104854ca ^
d803b687 ^


80df524b ^
d803b687 ^

e3092e7b ^
f8c0ef3e ^
760f683f ^
77d5b5d6 ^
104854ca ^
f8c0ef3e ^
d803b687 ^
502d2ea5 ^


136412d2 ^
502d2ea5 ^
f8c0ef3e ^

5b1219ca ^
f8c0ef3e ^
6a0f71b9 ^
760f683f ^
77d5b5d6 ^
104854ca ^
6a0f71b9 ^
d803b687 ^
ccfee303 ^


6a0f71b9 ^

5e9eff8c ^

760f683f ^
77d5b5d6 ^
104854ca ^
0606f4ac ^
104854ca ^
5e9eff8c ^
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105