summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-08 13:07:41 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-08 13:07:41 -0700
commita7c1ffa8e1caeaf17727e73f6f73092d2bf15275 (patch)
treeae328eae3eef2617280eecf88618f5721cff76bc /config.def.h
parentcd027fdfd3feb43b9ce1ad6cefee4409612510e3 (diff)
Comment out pwvucontrol and add R_x11 opacity
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 3 insertions, 1 deletions
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 */
};