From d800ec05ff63451193a0b858c114f5144534c2a1 Mon Sep 17 00:00:00 2001 From: "arg@mmvi" Date: Fri, 22 Sep 2006 07:37:56 +0200 Subject: implemented the maximization as I described on the mailinglist, this feels better to me. --- config.arg.h | 1 - 1 file changed, 1 deletion(-) (limited to 'config.arg.h') diff --git a/config.arg.h b/config.arg.h index 9bb581e..6f9aed2 100644 --- a/config.arg.h +++ b/config.arg.h @@ -33,7 +33,6 @@ static Key key[] = { \ { MODKEY, XK_j, focusnext, { 0 } }, \ { MODKEY, XK_k, focusprev, { 0 } }, \ { MODKEY, XK_Return, zoom, { 0 } }, \ - { MODKEY, XK_m, togglemax, { 0 } }, \ { MODKEY, XK_g, resizecol, { .i = 20 } }, \ { MODKEY, XK_s, resizecol, { .i = -20 } }, \ { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \ -- cgit v1.2.3-54-g00ecf