From f54d25267e5fc9415fc80f20eb486184701d0886 Mon Sep 17 00:00:00 2001 From: pants Date: Fri, 23 Jan 2026 14:55:16 -0800 Subject: [PATCH] dont make firefox go stand in the corner --- config.def.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.def.h b/config.def.h index 9303208..3382580 100644 --- a/config.def.h +++ b/config.def.h @@ -30,7 +30,6 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, { "PrismLauncher", NULL, NULL, 0, 1, -1 }, { "imv", NULL, NULL, 0, 1, -1 }, };