Re: [dwm] dwm-5.0.1

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Sun, 22 Jun 2008 19:00:00 +0200

On Sun, Jun 22, 2008 at 02:27:51PM +0200, Szabolcs Nagy wrote:
> On 6/22/08, Arun G Nair <arungnair_AT_gmail.com> wrote:
> > So to summarize, when you alt+space when in tile mode it goes to the
> > last floating mode (monocle or float) used. Is it the intended
> > behavior ?
>
> mod + space is setlayout(0) in config.def.h which seems to toggle the
> last bit of the selected layout index:
>
> setlayout(const Arg *arg) {
> if(!arg || !arg->v || arg->v != lt[sellt])
> sellt ^= 1;
>
> i don't quite understand the intention behind this though..

Well, the behavior is intended, even if it's different to the
previous 5.0.1 behavior.

There is

Mod1-f -> floating
Mod1-m -> monocle
Mod1-t -> tiled

and

Mod1-space -> toggle to previous layout

So Mod1->space always toggles to the previous layout and does
not iterate the layout list anymore. I think this behavior is
more desirable, esp. if you consider more than 3 layouts.

Kind regards,

-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
Received on Sun Jun 22 2008 - 19:00:00 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:50:59 UTC