diff options
author | arg@mig29 <unknown> | 2006-10-26 15:29:20 +0200 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-10-26 15:29:20 +0200 |
commit | a08d83ba6251554854a3b4ae4765cea2818ad37a (patch) | |
tree | f5ac0169fd6eeee42cb0dc363eec11322611eacf /config.default.h | |
parent | 2b7c275ce8c7f8fa36d0877cf3cdaf32b08f2c0d (diff) | |
download | dwm-a08d83ba6251554854a3b4ae4765cea2818ad37a.tar dwm-a08d83ba6251554854a3b4ae4765cea2818ad37a.tar.gz dwm-a08d83ba6251554854a3b4ae4765cea2818ad37a.tar.bz2 |
applied sander's config.*h nitpick patch
Diffstat (limited to 'config.default.h')
-rw-r--r-- | config.default.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.h b/config.default.h index dd402be..fb452f2 100644 --- a/config.default.h +++ b/config.default.h @@ -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 }, \ }; |