diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-04 15:44:37 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-04 15:44:37 -0700 |
| commit | b1f9d247af7c9dd7e0a017ef33a2585e2ddd203a (patch) | |
| tree | f7dc61f274cec3a41cc7d0055a14de77d84f9608 | |
| parent | 2d1c583ac41219b7bbc8899b527bc7913c873d2d (diff) | |
Add claws mail
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 20f6fe2..ca25357 100644 --- a/config.def.h +++ b/config.def.h @@ -43,8 +43,11 @@ static const Rule rules[] = { /* app_id title tags mask isfloating alpha focus alpha unfocus monitor */ { "gimp", NULL, 0, 1, default_opacity_focus, default_opacity_unfocus, -1 }, { "mpv", NULL, 0, 1, 1, 1, -1 }, + { "Minecraft", NULL, 0, 0, 1, 1, -1 }, + { "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 }, { "pwvucontrol",NULL, 1 << 4, 0, 1, 1, 0 }, /* default/example rule: can be changed but cannot be eliminated; at least one rule must exist */ }; |
