summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-04 18:59:20 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-04 18:59:20 -0700
commitf81d104f5688e16ac1252c83c87edf3629606337 (patch)
treea82a6adb76233d630f59b77870ea0faf0000b90f /config.def.h
parentb1f9d247af7c9dd7e0a017ef33a2585e2ddd203a (diff)
Remove manually defined rules
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index ca25357..309e62a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -43,8 +43,8 @@ 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 },
+// { "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 },