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 <nibble_AT_develsec.org> 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
Received on Mon Mar 31 2008 - 09:53:45 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:29:20 UTC