dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit 35f08f4231933b55fb668314498c4049a828f410 parent 0ea0343a631b62f2a9d9c5b279d3e368ec47c28a Author: Anselm R. Garbe <arg@suckless.org> Date: Fri, 23 Feb 2007 11:09:18 +0100 changed order if h/l Diffstat:
| M | config.default.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 }, \