Hi,
>> In case anyone has use for it, the attached patch against hg tip
>> will make togglemax() work in the tiled layout by first toggling
>> the window's floating status and then restoring it later.
> Can't this be achieved by, e.g.,
>
> { MODKEY, XK_m, togglefloating, NULL }, \
> { MODKEY, XK_m, togglemax, NULL }, \That wouldn't work if the window already is floating. Regards, Peter
