On Fri, May 25, 2007 at 03:33:13PM +0200, Peter Hartlich wrote:
> 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 }, \

Reply via email to