Re: [dwm] dwm-5.0.1

From: Szabolcs Nagy <nszabolcs_AT_gmail.com>
Date: Sun, 22 Jun 2008 14:27:51 +0200

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..
Received on Sun Jun 22 2008 - 14:27:57 UTC

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