From f81d104f5688e16ac1252c83c87edf3629606337 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Sat, 4 Jul 2026 18:59:20 -0700 Subject: Remove manually defined rules --- config.def.h | 4 ++-- 1 file 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 }, -- cgit v1.2.3