From a7c1ffa8e1caeaf17727e73f6f73092d2bf15275 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Wed, 8 Jul 2026 13:07:41 -0700 Subject: Comment out pwvucontrol and add R_x11 opacity --- config.def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 5c74491..ec47619 100644 --- a/config.def.h +++ b/config.def.h @@ -43,7 +43,9 @@ static const Rule rules[] = { { "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 }, - { "pwvucontrol",NULL, 1 << 4, 0, 1, 1, 0 }, +// { "pwvucontrol",NULL, 1 << 4, 0, 1, 1, 0 }, +// { "Minecraft", NULL, 0, 0, 1, 1, -1 }, + { "R_x11", NULL, 0, 0, 1, 1, -1 }, /* default/example rule: can be changed but cannot be eliminated; at least one rule must exist */ }; -- cgit v1.2.3