aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-22 15:25:19 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-22 15:25:19 +0100
commit27b0595af72060d7cc406639b6c53a854f0a3590 (patch)
treead04556f3a70e67d2a2db1e159d1fccf75cf7e37 /config.arg.h
parent12d5a26fd279cc2370954929dedf88d0ab205a16 (diff)
downloaddwm-27b0595af72060d7cc406639b6c53a854f0a3590.tar.zst
merged focus{prev.next} into focusclient(1/-1)
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index f137212..0740e00 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -52,8 +52,8 @@ static Key key[] = { \
{ MODKEY, XK_i, incnmaster, "1" }, \
{ MODKEY, XK_h, incmasterw, "-15" }, \
{ MODKEY, XK_l, incmasterw, "15" }, \
- { MODKEY, XK_j, focusnext, NULL }, \
- { MODKEY, XK_k, focusprev, NULL }, \
+ { MODKEY, XK_j, focusclient, "1" }, \
+ { MODKEY, XK_k, focusclient, "-1" }, \
{ MODKEY, XK_m, togglemax, NULL }, \
{ MODKEY, XK_Return, zoom, NULL }, \
{ MODKEY|ShiftMask, XK_space, toggleversatile,NULL }, \