birdwm

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

commit ba3fa13d3031e013a9ff161e8eb1c048e4b61da7
parent 0173f609b5c174695e47b1647c9fefe53e6f4fa4
Author: grouse <bdmfegys@duck.com>
Date:   Sun, 25 Feb 2024 14:37:48 -0500

rename spranger scratchpad to spfm and changed file manager to lf in config.def.h

Diffstat:
Mconfig.def.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -32,7 +32,7 @@ typedef struct { const void *cmd; } Sp; -char termfm[] = "ranger"; +char termfm[] = "lf"; char upgradescript[] = "upgrader"; char musicterm[] = "mocp"; char termtop[] = "htop"; @@ -46,7 +46,7 @@ static const char *spcmd5[] = {"birdterm", "-n", "termtop", "-g", "144x41", "-e" static Sp scratchpads[] = { /* name cmd */ {"spterm", spcmd1}, - {"spranger", spcmd2}, + {"spfm", spcmd2}, {"upgrader", spcmd3}, {"musicterm", spcmd4}, {"termtop", spcmd5},