restoring default keybindings as Sander complained ba96131a
Anselm R. Garbe · 2007-02-22 11:45 2 file(s) · +8 −8
config.default.h +4 −4
46 46
	{ MODKEY,			XK_space,	setlayout,	NULL }, \
47 47
	{ MODKEY,			XK_d,		incnmaster,	"-1" }, \
48 48
	{ MODKEY,			XK_i,		incnmaster,	"1" }, \
49 -
	{ MODKEY,			XK_h,		incmasterw,	"-15" }, \
50 -
	{ MODKEY,			XK_l,		incmasterw,	"15" }, \
51 -
	{ MODKEY,			XK_j,		focusnext,	NULL }, \
52 -
	{ MODKEY,			XK_k,		focusprev,	NULL }, \
49 +
	{ MODKEY,			XK_g,		incmasterw,	"15" }, \
50 +
	{ MODKEY,			XK_s,		incmasterw,	"-15" }, \
51 +
	{ MODKEY,			XK_Tab,		focusnext,	NULL }, \
52 +
	{ MODKEY|ShiftMask,		XK_Tab,		focusprev,	NULL }, \
53 53
	{ MODKEY,			XK_m,		togglemax,	NULL }, \
54 54
	{ MODKEY,			XK_Return,	zoom,		NULL }, \
55 55
	{ MODKEY|ShiftMask,		XK_space,	toggleversatile,NULL }, \
dwm.1 +4 −4
59 59
.B Mod1-Return
60 60
Zooms/cycles current window to/from master area (tiling layout only).
61 61
.TP
62 -
.B Mod1-j
62 +
.B Mod1-Tab
63 63
Focus next window.
64 64
.TP
65 -
.B Mod1-k
65 +
.B Mod1-Shift-Tab
66 66
Focus previous window.
67 67
.TP
68 -
.B Mod1-l
68 +
.B Mod1-g
69 69
Increase master area width (tiling layout only).
70 70
.TP
71 -
.B Mod1-h
71 +
.B Mod1-s
72 72
Decrease master area width (tiling layout only).
73 73
.TP
74 74
.B Mod1-i