tapplied sander's config.*h nitpick patch - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a08d83ba6251554854a3b4ae4765cea2818ad37a
(DIR) parent 2b7c275ce8c7f8fa36d0877cf3cdaf32b08f2c0d
(HTM) Author: arg@mig29 <unknown>
Date: Thu, 26 Oct 2006 15:29:20 +0200
applied sander's config.*h nitpick patch
Diffstat:
M config.arg.h | 8 ++++----
M config.default.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
---
(DIR) diff --git a/config.arg.h b/config.arg.h
t@@ -59,8 +59,8 @@ static Key key[] = { \
#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 }, \
};
(DIR) diff --git a/config.default.h b/config.default.h
t@@ -61,5 +61,5 @@ static Key key[] = { \
static Rule rule[] = { \
/* class:instance:title regex tags regex isfloat */ \
{ "Firefox.*", "2", False }, \
- { "Gimp.*", NULL, True}, \
+ { "Gimp.*", NULL, True }, \
};