about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.anselm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.anselm.h b/config.anselm.h
index f546941..ea0f52e 100644
--- a/config.anselm.h
+++ b/config.anselm.h
@@ -27,8 +27,8 @@ Rule rules[] = {
 
 Layout layouts[] = {
 	/* symbol		function	isfloating */
-	{ "[]=",		tilev,		False }, /* first entry is default */
-	{ "[]|",		tileh,		False },
+	{ "[]|",		tileh,		False }, /* first entry is default */
+	{ "[]=",		tilev,		False },
 	{ "><>",		floating,	True },
 	{ "[M]",		monocle,	True },
 };
4324 - new example: add first ten numbers' href='/akkartik/mu/commit/subx/ex3.subx?h=main&id=97a9bd1756d5ea934372847bb9f1dfa8a4ad256d'>97a9bd17 ^
ecfbbfb5 ^
ee9a9237 ^


e5cbbea4 ^
294a1520 ^
33352536 ^



97a9bd17 ^
f3901d90 ^
1639687b ^
33352536 ^
6070c23e ^
6030d7e2 ^
33352536 ^
6030d7e2 ^
33352536 ^
6030d7e2 ^

97a9bd17 ^
f3901d90 ^
ecfbbfb5 ^

294a1520 ^
ee9a9237 ^
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