birdwm

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

commit 042ae6fc351a30de90ac4c782601711d19acebbb
parent 13319b812b1dc5b6de991d4f9d4e8aeeb92873a8
Author: grouse <bdmfegys@duck.com>
Date:   Sat, 23 Dec 2023 19:36:07 -0500

add blanket floating rule

Diffstat:
Mconfig.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -56,6 +56,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 (ambient music program) floating rule /* scratchpad floating rules */ { NULL, "spterm", NULL, SPTAG(0), 1, -1 }, // scratchpad floating rule { NULL, "spfm", NULL, SPTAG(1), 1, -1 }, // suckless file manager command