nah the last change feels bad b3cea4d3
Anselm R. Garbe · 2007-01-12 13:06 1 file(s) · +2 −2
config.arg.h +2 −2
33 33
			"-sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"')\" && exec $exe" } }, \
34 34
	{ MODKEY,			XK_j,		focusnext,	{ 0 } }, \
35 35
	{ MODKEY,			XK_k,		focusprev,	{ 0 } }, \
36 -
	{ MODKEY,			XK_l,		incnmaster,	{ .i = 1 } }, \
37 -
	{ MODKEY,			XK_h,		incnmaster,	{ .i = -1 } }, \
36 +
	{ MODKEY,			XK_i,		incnmaster,	{ .i = 1 } }, \
37 +
	{ MODKEY,			XK_d,		incnmaster,	{ .i = -1 } }, \
38 38
	{ MODKEY,			XK_Return,	zoom,		{ 0 } }, \
39 39
	{ MODKEY,			XK_g,		resizemaster,	{ .i = 15 } }, \
40 40
	{ MODKEY,			XK_s,		resizemaster,	{ .i = -15 } }, \