birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

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:
Mconfig.def.h | 1+
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 */