summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-06 11:38:03 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-06 11:38:03 -0700
commit24a6e303b290a629b2506993fa4ecb55227c7781 (patch)
treee4a64ce52a4b407347eb46b6885a9cc23d435b7c
parentce3051835797c6c7a6973a34f8cde0c8f7cad262 (diff)
Comment out claws mail
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 309e62a..5b6de7c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -47,7 +47,7 @@ static const Rule rules[] = {
// { "R_x11", NULL, 0, 0, 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 },
- { "claws-mail",NULL, 1 << 1, 0, default_opacity_focus, default_opacity_unfocus, 0 },
+// { "claws-mail",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 */
};