I think that alt+return should be zoom or maximize depending if
the window is maximized or not. Having two separated functions
have no sense for me. I think that this should be in the default
configuration.
But this can be emulate in this way:
[EMAIL PROTECTED]/prg/pvcroot/dwm$ pvc diff
--- .pvc//leaf/ea32c25a/[EMAIL PROTECTED] 2007-08-26 15:55:54.000000000
+0200
+++ config.default.h 2007-08-26 16:23:14.000000000 +0200
@@ -85,7 +85,7 @@
{ MODKEY, XK_k, focusprev, NULL },
\
{ MODKEY, XK_h, setmwfact, "-.1"
}, \
{ MODKEY, XK_l, setmwfact, "+.1"
}, \
- { MODKEY, XK_m, togglemax, NULL },
\
+ { MODKEY, XK_Return, togglemax, NULL },
\
{ MODKEY, XK_Return, zoom, NULL },
\
{ MODKEY|ShiftMask, XK_c, killclient, NULL },
\
{ MODKEY, XK_0, view, NULL },
\
[EMAIL PROTECTED]/prg/pvcroot/dwm$
--pancake