birdwm

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

commit 27c4635fd8c230a07cf2dcfdcb403447db090f09
parent 47727532d9c5261acf9008eeead46e87f2b1f8db
Author: grouse <bdmfegys@duck.com>
Date:   Fri, 15 Dec 2023 16:49:46 -0500

rename st to birdterm in scratchpad configuration in config.def.h

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

diff --git a/config.def.h b/config.def.h @@ -31,9 +31,9 @@ typedef struct { const char *name; const void *cmd; } Sp; -static const char *spcmd1[] = {"st", "-n", "spterm", "-g", "144x41", NULL }; /* regular terminal scratchpad */ -static const char *spcmd2[] = {"st", "-n", "spfm", "-g", "144x41", "-e", "ranger", NULL }; /* file manager scratchpad */ -static const char *spcmd3[] = {"st", "-n", "upgrader", "-g", "144x41", "-e", "upgrader", NULL }; /* upgrade script, change if your script is named differently */ +static const char *spcmd1[] = {"birdterm", "-n", "spterm", "-g", "144x41", NULL }; /* regular terminal scratchpad */ +static const char *spcmd2[] = {"birdterm", "-n", "spfm", "-g", "144x41", "-e", "ranger", NULL }; /* file manager scratchpad */ +static const char *spcmd3[] = {"birdterm", "-n", "upgrader", "-g", "144x41", "-e", "upgrader", NULL }; /* upgrade script, change if your script is named differently */ static Sp scratchpads[] = { /* name cmd */ {"spterm", spcmd1},