1
0
Fork 1
mirror of https://git.suckless.org/dwm synced 2025-03-22 14:43:15 -07:00

changed order if h/l

This commit is contained in:
Anselm R. Garbe 2007-02-23 11:09:18 +01:00
parent 0ea0343a63
commit 35f08f4231

View file

@ -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 }, \