birdwm

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

commit ed9bdd2d9e262f2761b13dd1b801afd417bcc177
parent 05fed82f2077af92ed4a9c28c1595f4181c911c8
Author: grouse <bdmfegys@duck.com>
Date:   Thu, 22 Feb 2024 19:20:45 -0500

fix indenting of termtop floating rule

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

diff --git a/config.def.h b/config.def.h @@ -76,7 +76,7 @@ static const Rule rules[] = { { 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 */ - { NULL, "termtop",NULL, SPTAG(3), 1, -1 }, /* upgrade script command floating */ + { NULL, "termtop", NULL, SPTAG(3), 1, -1 }, /* upgrade script command floating */ /* { "Alacritty","Alacritty",NULL, 0, 1, -1 },*/ /* alacritty (used for possible switch to alacritty as scratchpad) */ /* end of scratchpad floating rules */