about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h
index 8130909..76e7ed3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -28,8 +28,8 @@ DEFGEOM(dual,    0,  0,1280, 0, bh, ww, wh-bh, wx, wy, 1280,800-bh,  1280,  0, w
 
 Geom geoms[] = {
 	/* symbol	function */
-	{ "[]",		single },	/* first entry is default */
-	{ "[][]",	dual },
+	{ "<>",		single },	/* first entry is default */
+	{ ")(",		dual },
 };
 
 /* layout(s) */
@@ -48,8 +48,8 @@ Layout layouts[] = {
 #define MODKEY			Mod1Mask
 Key keys[] = {
 	/* modifier			key		function	argument */
-	{ MODKEY,			XK_a,		setgeom,	"[][]" },
-	{ MODKEY,			XK_d,		setgeom,	"[]" },
+	{ MODKEY,			XK_a,		setgeom,	")(" },
+	{ MODKEY,			XK_d,		setgeom,	"<>" },
 	{ MODKEY,			XK_p,		spawn,
 		"exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" },
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, "exec uxterm" },
default.h?h=5.2&id=b515765216c46246358256da6098ea2c07a93c84'>b515765 ^
39af3c2 ^
295ad21 ^
00ca643 ^
fe2775a ^
e237b2a ^
a6a216f ^
f196b71 ^
3794c62 ^
aa2395b ^

c982bb1 ^
bb0a328 ^
aa2395b ^


20cd336 ^
aa2395b ^

f196b71 ^
6f60b2e ^
8d1810c ^
39af3c2 ^
fe2775a ^
c917018 ^
247ba66 ^

d7b074f ^

3794c62 ^

f196b71 ^

e9a0733 ^


308f95a ^
20cd336 ^
e9a0733 ^

d66ad14 ^
a355782 ^

e9a0733 ^

e9a0733 ^
20cd336 ^


e9a0733 ^






































b515765 ^
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