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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.arg.h b/config.arg.h
index 6fd4218..9a5bdc6 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -32,7 +32,7 @@ static Layout layout[] = { \
 	{ "[]=",		tile }, /* first entry is default */ \
 	{ "><>",		floating }, \
 };
-#define MASTER			0.6	/* 0.1 .. 0.9 */
+#define MWFACT			0.6	/* master width factor [0.1 .. 0.9] */
 #define SNAP			32	/* snap pixel */
 
 /* key definitions */
@@ -49,8 +49,8 @@ static Key key[] = { \
 	{ MODKEY,			XK_b,		togglebar,	NULL }, \
 	{ MODKEY,			XK_j,		focusclient,	"1" }, \
 	{ MODKEY,			XK_k,		focusclient,	"-1" }, \
-	{ MODKEY,			XK_h,		incmaster,	"-0.05" }, \
-	{ MODKEY,			XK_l,		incmaster,	"0.05" }, \
+	{ MODKEY,			XK_h,		addtomwfact,	"-0.05" }, \
+	{ MODKEY,			XK_l,		addtomwfact,	"0.05" }, \
 	{ MODKEY,			XK_m,		togglemax,	NULL }, \
 	{ MODKEY,			XK_Return,	zoom,		NULL }, \
 	{ MODKEY|ShiftMask,		XK_space,	togglefloating,	NULL }, \
bx?h=main&id=d9818a5333805148586b7ac14c22f5dd413f593e'>d9818a53 ^
ecfbbfb5 ^
ee9a9237 ^


e5cbbea4 ^
294a1520 ^
7a583220 ^
33352536 ^
9d27e966 ^

33352536 ^
9d27e966 ^
33352536 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
33352536 ^
ecfbbfb5 ^
33352536 ^
ecfbbfb5 ^
d9818a53 ^
71eb22a5 ^
33352536 ^
98d45d34 ^
33352536 ^

98d45d34 ^
33352536 ^
6030d7e2 ^
33352536 ^
6030d7e2 ^
ed0e64a9 ^
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52