all repos — dwm @ a08d83ba6251554854a3b4ae4765cea2818ad37a

my dwm build

applied sander's config.*h nitpick patch
arg@mig29 unknown
Thu, 26 Oct 2006 15:29:20 +0200
commit

a08d83ba6251554854a3b4ae4765cea2818ad37a

parent

2b7c275ce8c7f8fa36d0877cf3cdaf32b08f2c0d

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

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

@@ -59,8 +59,8 @@

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

@@ -61,5 +61,5 @@ #define RULES \

static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ { "Firefox.*", "2", False }, \ - { "Gimp.*", NULL, True}, \ + { "Gimp.*", NULL, True }, \ };