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 72a74bf..308318f 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -32,7 +32,7 @@ static Layout layout[] = { \
 	{ "[]=",		tile }, /* first entry is default */ \
 	{ "><>",		untile }, \
 };
-#define MASTERWIDTH		600		/* master width per thousand */
+#define MASTERWIDTH		640		/* master width per thousand */
 #define NMASTER			1		/* clients in master area */
 #define SNAP			40		/* untiled snap pixel */
 
@@ -50,8 +50,8 @@ static Key key[] = { \
 	{ MODKEY,			XK_space,	setlayout,	NULL }, \
 	{ MODKEY,			XK_d,		incnmaster,	"-1" }, \
 	{ MODKEY,			XK_i,		incnmaster,	"1" }, \
-	{ MODKEY,			XK_h,		incmasterw,	"-15" }, \
-	{ MODKEY,			XK_l,		incmasterw,	"15" }, \
+	{ MODKEY,			XK_h,		incmasterw,	"-32" }, \
+	{ MODKEY,			XK_l,		incmasterw,	"32" }, \
 	{ MODKEY,			XK_j,		focusclient,	"1" }, \
 	{ MODKEY,			XK_k,		focusclient,	"-1" }, \
 	{ MODKEY,			XK_m,		togglemax,	NULL }, \
ision' href='/gbmor/getwtxt/blame/handlers_test.go?h=v0.3.0&id=a6c816217f09e4d462949c2631a88439886ed655'>^
45a6722 ^
126c00e ^
126c00e ^











126c00e ^


a1e9de4 ^
126c00e ^







126c00e ^


a1e9de4 ^
126c00e ^







126c00e ^


a1e9de4 ^
126c00e ^





a1e9de4 ^
126c00e ^

126c00e ^


a1e9de4 ^
126c00e ^







a1e9de4 ^
45a6722 ^
126c00e ^
a1e9de4 ^
45a6722 ^





8d44eb0 ^
d6fbc25 ^



6753171 ^
d6fbc25 ^
6753171 ^
d6fbc25 ^
















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
106
107
108
109
110
111
112
113
114
115