diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-04 14:31:11 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-04 14:31:11 -0700 |
| commit | 2d1c583ac41219b7bbc8899b527bc7913c873d2d (patch) | |
| tree | f40cd63806294224ebcc9e3242ae72d777722516 | |
| parent | d1f970867ff4a82c61dbdb7172566208fc820847 (diff) | |
Lower case gimp'
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index cf6705e..20f6fe2 100644 --- a/config.def.h +++ b/config.def.h @@ -41,7 +41,7 @@ static int log_level = WLR_ERROR; static const Rule rules[] = { /* app_id title tags mask isfloating monitor */ /* app_id title tags mask isfloating alpha focus alpha unfocus monitor */ - { "Gimp", NULL, 0, 1, default_opacity_focus, default_opacity_unfocus, -1 }, + { "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 }, |
