birdwm

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

commit 635b4c3a39a74d8032aa1c4f03c00feb71b72454
parent ba3fa13d3031e013a9ff161e8eb1c048e4b61da7
Author: grouse <bdmfegys@duck.com>
Date:   Mon, 26 Feb 2024 16:07:46 -0500

switch musicterm scratchpad embedded program to vimpc frontend for mpd

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

diff --git a/config.def.h b/config.def.h @@ -34,7 +34,7 @@ typedef struct { char termfm[] = "lf"; char upgradescript[] = "upgrader"; -char musicterm[] = "mocp"; +char musicterm[] = "vimpc"; char termtop[] = "htop"; static const char *spcmd1[] = {"birdterm", "-n", "spterm", "-g", "144x41", NULL }; /* regular terminal scratchpad */