summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-02 19:25:10 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-02 19:25:10 -0700
commitc535e010a8f3936516a02efcf784eed6b7f64647 (patch)
tree0b8c1155be31899f0a133c98fb57566d3fb2e8ec
parentb824cf223d004781838c68cf7ad55190b190a260 (diff)
Lower case thunderbird?
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 0a09255..45d7d52 100644
--- a/config.def.h
+++ b/config.def.h
@@ -48,7 +48,7 @@ static const Rule rules[] = {
{ "Gimp", NULL, 0, 1, default_opacity_focus, default_opacity_unfocus, -1 },
{ "mpv", NULL, 0, 1, 1, 1, -1 },
{ "librewolf", NULL, 1, 0, default_opacity_focus, default_opacity_unfocus, -1 },
- { "Thunderbird",NULL, 1 << 1, 0, default_opacity_focus, default_opacity_unfocus, 0 },
+ { "thunderbird",NULL, 1 << 1, 0, default_opacity_focus, default_opacity_unfocus, 0 },
{ "pwvucontrol",NULL, 1 << 4, 0, 1, 1, 0 },
/* default/example rule: can be changed but cannot be eliminated; at least one rule must exist */
};