Re: [dwm] make setlayout toggle

From: Ross Mohn <rpmohn_AT_waxandwane.org>
Date: Tue, 4 Nov 2008 15:12:05 -0500

On Tue, Nov 04, 2008 at 10:13:21AM -0700, Neale Pickett wrote:
> This simple modification to setlayout causes a binding to toggle if it's
> already in the requested layout.
>
> void
> setlayout(const Arg *arg)
> {
> sellt ^= 1;
> if(arg && arg->v && (arg->v != lt[sellt]))
> lt[sellt] = (Layout *)arg->v;
> if(sel)
> arrange();
> else
> drawbar();
> }
>
> Now Alt-M toggles in and out of Monocle, etc. I far prefer this
> behavior, YMMV.

Would love to have this, but this patch doesn't work for me.
-RPM
Received on Tue Nov 04 2008 - 20:12:05 UTC

This archive was generated by hypermail 2.2.0 : Tue Nov 04 2008 - 20:24:04 UTC