birdwm

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

commit 0d17774d6613f3fcad9c3ef7cd8aed83a8d804a0
parent cd49371985c4a12bdee6dcd9d980433ee78afed2
Author: grouse <bdmfegys@duck.com>
Date:   Sat, 30 Dec 2023 17:30:22 -0500

fix floating musicterm window rule

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

diff --git a/config.def.h b/config.def.h @@ -65,6 +65,7 @@ static const Rule rules[] = { { NULL, "spterm", NULL, SPTAG(0), 1, -1 }, // scratchpad floating rule { NULL, "spfm", NULL, SPTAG(1), 1, -1 }, // suckless file manager command { NULL, "upgrader", NULL, SPTAG(2), 1, -1 }, // upgrade script command floating + { NULL, "musicterm", NULL, SPTAG(3), 1, -1 }, // upgrade script command floating // { "Alacritty","Alacritty",NULL, 0, 1, -1 }, // alacritty /* end of scratchpad floating rules */