On 9/20/07, Tuncer Ayaz <[EMAIL PROTECTED]> wrote: > On 9/20/07, Julien Danjou <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > > > With the approval of Anselm, I'd like to present to you a new project > > called "awesome"[1], a direct neighbour of dwm. > > > > awesome is, yet, another window manager, which is based on dwm source code. > > In contrast to dwm, it does not have any limit about its SLOC size. > > Consequently, it already includes some patches or ideas that people > > dropped around in master. > > > > Any feedback will be appreciated, but in order to respect this list > > which is about dwm, please answer to me or to the awesome list[2][3]. > > Thanks for the project, I will have a look tomorrow. > > What I miss right now from dwm are: > 1) config file > 2) the old NMASTER feature for vertical tiling >
Forget about 1). Using config.h saves us from incompatibilites and makes it possible to use C macros to make the hotkey definitions cleaner by for example using #define RDESKTOP "rdesktop <your options here>". <snip>
