summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-10-13 12:10:30 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2023-10-13 12:10:30 -0400
commit632e2ff66304d3506857de7c428cd2577e57dec6 (patch)
treeda908391effa5d12d4e38b7dd6d6be1ca5fc72b3
parenta0a35abd9cbf611c380021e8db5008ed47f9e099 (diff)
Remove firefox rule
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 2f9b338..910cee0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -38,7 +38,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "dropdown", NULL, NULL, 0, 1, -1 },
- { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
+ /* { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, */
};
/* layout(s) */