commit 015c7050619d6ba1f23a9f9f79719754a9e0a7fa
parent 569cb86aee251500e1f71375c2b25d3f09bd9de7
Author: grouse <bdmfegys@duck.com>
Date: Tue, 20 Feb 2024 20:22:54 -0500
add python3 to floating rules as instance and class
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -60,6 +60,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 }, /* gimp menu floating rule */
{ NULL, NULL, "Blanket", 0, 1, -1 }, /* blanket (ambience program) floating rule */
+ { "python3", "python3", NULL, 0, 1, -1 }, /* blanket (ambience program) floating rule */
/* scratchpad floating rules */
{ NULL, "spterm", NULL, SPTAG(0), 1, -1 }, /* scratchpad floating rule */