Io Nibble :)

I have tested your latest patch in my dwm 4.9 and configured xinerama properly 
(thanks)

And I can say that for xinerama we will probably need to adapt it to support 
also
vertical tiling. Using horitzontal it's mostly a waste of space on big screens.

But the port works fine :)

I would like to see something like vntile and hntile or just a toggle for it. 
What do
you think about this?

--pancake

On Sun, 30 Mar 2008 01:41:06 +0100
Nibble <[EMAIL PROTECTED]> wrote:

> Hi there,
> 
> I have adapted the nmaster ntile layout for the current dwm 
> hg tip. Maybe it could be useful for someone else.
> 
> You should modify config.h to include (after setting RESIZEHINTS):
> 
> #define NMASTER 1
> #include "nmaster.c"
> 
> Add a new "ntile" layout
> 
>       Layout layouts[] = {
>               ...
>               { "-|=" , ntile },
>               ...
>       };
> 
> and, finally, two new keybinds:
> 
>       { MODKEY|ShiftMask , XK_j , setnmaster , "+1" } ,
>       { MODKEY|ShiftMask , XK_k , setnmaster , "-1" } ,
> 
> I have adapted neither cpt nor tilecols. Of course, thanks for your patch 
> pancake.
> 
> Kind regards,
> Nibble

Reply via email to