diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-02-23 11:09:18 +0100 | 
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-23 11:09:18 +0100 | 
| commit | 35f08f4231933b55fb668314498c4049a828f410 (patch) | |
| tree | a23a6c5aeff3bc52dad30dd07db7f9102309fb6d | |
| parent | 0ea0343a631b62f2a9d9c5b279d3e368ec47c28a (diff) | |
changed order if h/l
| -rw-r--r-- | config.default.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config.default.h b/config.default.h index c20f1b2..95e2906 100644 --- a/config.default.h +++ b/config.default.h @@ -47,8 +47,8 @@ static Key key[] = { \  	{ MODKEY,			XK_space,	setlayout,	NULL }, \  	{ MODKEY,			XK_d,		incnmaster,	"-1" }, \  	{ MODKEY,			XK_i,		incnmaster,	"1" }, \ -	{ MODKEY,			XK_l,		incmasterw,	"32" }, \  	{ 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 }, \ | 
