tchanged order if h/l - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 35f08f4231933b55fb668314498c4049a828f410
DIR parent 0ea0343a631b62f2a9d9c5b279d3e368ec47c28a
HTML 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(-)
---
DIR diff --git a/config.default.h b/config.default.h
t@@ -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 }, \