X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=config.default.h;h=9c67d98e17af1574caf262f15882a6af7d3b602c;hb=d800ec05ff63451193a0b858c114f5144534c2a1;hp=ad048ae58c906338bdde71d4d942f0685be465b6;hpb=bda53ac6ad834824e8e5d5678ccd638a122c173a;p=dwm.git diff --git a/config.default.h b/config.default.h index ad048ae..9c67d98 100644 --- a/config.default.h +++ b/config.default.h @@ -28,7 +28,6 @@ static Key key[] = { \ { MODKEY, XK_Tab, focusnext, { 0 } }, \ { MODKEY|ShiftMask, XK_Tab, 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 } }, \