some modifications in my config.h:

#define FLOATSYMBOL     "~"
#define TILESYMBOL      "#"
#define NORMBGCOLOR     "#234"
#define NORMFGCOLOR     "#bbb"
#define SELBGCOLOR      "#579"
#define SELFGCOLOR      "#eee"
#define NORMBORDERCOLOR     "#234"
#define SELBORDERCOLOR      "#579"
#define MASTERH         680 /* per 1024 */
#define MASTERW         680 /* per 1024 */
#define MODKEY          Mod4Mask

   { MODKEY,           XK_m,       togglemax,  { 0 } }, \
   { MODKEY,           XK_f,       togglefloat,    { 0 } }, \
   { MODKEY|ShiftMask,     XK_1,       tag,        { .i = 0 } }, \
   { MODKEY|ShiftMask,     XK_2,       tag,        { .i = 1 } }, \
   { MODKEY|ControlMask,   XK_1,       toggletag,  { .i = 0 } }, \
   { MODKEY|ControlMask,   XK_2,       toggletag,  { .i = 1 } }, \
   { MODKEY,           XK_1,       view,       { .i = 0 } }, \
   { MODKEY,           XK_2,       view,       { .i = 1 } }, \


On 2/9/07, Alexandru E. Ungur <[EMAIL PROTECTED]> wrote:
>>> sender: "Anselm R. Garbe" date: "Fri, Feb 09, 2007 at 10:32:35AM +0100"
<<<EOQ
> 1. You stick with default config?
> 2. You basically stick with default config, but
>    a) use different colors/font
>    b) use dmenu
>    c) use some different shortcuts
>    d) use more rules
> 3. You use totally different shortcuts?
> 4. You use totally different config?
2a, 2b, 2c and 2d, here's the diff against the dwm tip config.default.h:
http://pastie.caboo.se/39096
Nothing out of the ordinary (well, except adding more colors :-) and
patching dwm accordingly). Also, I do change the Modkey-[0-9] to
Modkey-[F1-F9] as I want to keep those shorcuts for changing tabs in FF
and for a couple of other applications where it's useful.

And for the record, I don't find the default config 'retarded'. It's
quite a good default. I'm sure that all people able to build their WM
from sources, are able to modify a default config to suit them ;-)

Cheers,
Alex



Reply via email to