aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-10-26 15:29:20 +0200
committerarg@mig29 <unknown>2006-10-26 15:29:20 +0200
commita08d83ba6251554854a3b4ae4765cea2818ad37a (patch)
treef5ac0169fd6eeee42cb0dc363eec11322611eacf /config.arg.h
parent2b7c275ce8c7f8fa36d0877cf3cdaf32b08f2c0d (diff)
downloaddwm-a08d83ba6251554854a3b4ae4765cea2818ad37a.tar.zst
applied sander's config.*h nitpick patch
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.arg.h b/config.arg.h
index 3a098cb..9ed5644 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -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 }, \
};