all repos — dwm @ d41b232b524afe38d4ce416f335571654f61abf0

my dwm build

stylistic chnage
arg@10ksloc.org unknown
Thu, 03 Aug 2006 12:21:00 +0200
commit

d41b232b524afe38d4ce416f335571654f61abf0

parent

b35575574be53a1b3be42d7037d2f432a19a3890

2 files changed, 4 insertions(+), 4 deletions(-)

jump to
M config.arg.hconfig.arg.h

@@ -57,10 +57,10 @@ { MODKEY|ShiftMask, XK_w, spawn, { .argv = browse } }, \

}; #define RULES \ - const unsigned int firefox[] = { 2 }; \ + const unsigned int tag2[] = { 2 }; \ static Rule rule[] = { \ /* class:instance tags isfloat */ \ - { "Firefox.*", firefox, False }, \ + { "Firefox.*", tag2, False }, \ { "Gimp.*", NULL, True}, \ { "MPlayer.*", NULL, True}, \ { "Acroread.*", NULL, True}, \
M config.default.hconfig.default.h

@@ -48,9 +48,9 @@ { MODKEY|ShiftMask, XK_Return, spawn, { .argv = term } }, \

}; #define RULES \ - const unsigned int firefox[] = { 2 }; \ + const unsigned int tag2[] = { 2 }; \ static Rule rule[] = { \ /* class:instance tags isfloat */ \ - { "Firefox.*", firefox, False }, \ + { "Firefox.*", tag2, False }, \ { "Gimp.*", NULL, True}, \ };