[dwm] ntile layout for dwm hg tip

From: Nibble <nibble_AT_develsec.org>
Date: Sun, 30 Mar 2008 01:41:06 +0100

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 Sun Mar 30 2008 - 01:41:26 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:29:14 UTC