using MASTERWIDTH=640 and 32px steps by default (incmasterw()) ef9b3e17
Anselm R. Garbe · 2007-02-22 17:52 2 file(s) · +6 −6
config.arg.h +3 −3
32 32
	{ "[]=",		tile }, /* first entry is default */ \
33 33
	{ "><>",		untile }, \
34 34
};
35 -
#define MASTERWIDTH		600		/* master width per thousand */
35 +
#define MASTERWIDTH		640		/* master width per thousand */
36 36
#define NMASTER			1		/* clients in master area */
37 37
#define SNAP			40		/* untiled snap pixel */
38 38
50 50
	{ MODKEY,			XK_space,	setlayout,	NULL }, \
51 51
	{ MODKEY,			XK_d,		incnmaster,	"-1" }, \
52 52
	{ MODKEY,			XK_i,		incnmaster,	"1" }, \
53 -
	{ MODKEY,			XK_h,		incmasterw,	"-15" }, \
54 -
	{ MODKEY,			XK_l,		incmasterw,	"15" }, \
53 +
	{ MODKEY,			XK_h,		incmasterw,	"-32" }, \
54 +
	{ MODKEY,			XK_l,		incmasterw,	"32" }, \
55 55
	{ MODKEY,			XK_j,		focusclient,	"1" }, \
56 56
	{ MODKEY,			XK_k,		focusclient,	"-1" }, \
57 57
	{ MODKEY,			XK_m,		togglemax,	NULL }, \
config.default.h +3 −3
33 33
	{ "[]=",		tile }, /* first entry is default */ \
34 34
	{ "><>",		untile }, \
35 35
};
36 -
#define MASTERWIDTH		600		/* master width per thousand */
36 +
#define MASTERWIDTH		640		/* master width per thousand */
37 37
#define NMASTER			1		/* clients in master area */
38 38
#define SNAP			20		/* untiled snap pixel */
39 39
46 46
	{ MODKEY,			XK_space,	setlayout,	NULL }, \
47 47
	{ MODKEY,			XK_d,		incnmaster,	"-1" }, \
48 48
	{ MODKEY,			XK_i,		incnmaster,	"1" }, \
49 -
	{ MODKEY,			XK_g,		incmasterw,	"15" }, \
50 -
	{ MODKEY,			XK_s,		incmasterw,	"-15" }, \
49 +
	{ MODKEY,			XK_g,		incmasterw,	"32" }, \
50 +
	{ MODKEY,			XK_s,		incmasterw,	"-32" }, \
51 51
	{ MODKEY,			XK_Tab,		focusclient,	"1" }, \
52 52
	{ MODKEY|ShiftMask,		XK_Tab,		focusclient,	"-1" }, \
53 53
	{ MODKEY,			XK_m,		togglemax,	NULL }, \