diff options
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 8b2dbfe..1684454 100644 --- a/config.def.h +++ b/config.def.h @@ -35,8 +35,7 @@ static const Rule rules[] = { { "Thunderbird", NULL, 1 << 1, 0, 0 }, { "Pavucontrol", NULL, 1 << 4, 0, 0 }, { "pavucontrol", NULL, 1 << 4, 0, 0 }, -}; - /* default/example rule: can be changed but cannot be eliminated; at least one rule must exist */ + /* default/example rule: can be changed but cannot be eliminated; at least one rule must exist */ }; /* layout(s) */ |
