On Sun, Jun 22, 2008 at 02:27:51PM +0200, Szabolcs Nagy wrote:
> On 6/22/08, Arun G Nair <[EMAIL PROTECTED]> 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

Reply via email to