birdwm

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

commit c0f3b5a1cc7f6a7f32404eca5cdfbc1e9fc5f2d6
parent cd957b36de95379af96889d81be6d3e5a336aa4e
Author: mrgrouse <bdmfegys@duck.com>
Date:   Mon,  3 Mar 2025 23:15:48 -0500

config.def.h: change console music player command to `kew`

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

diff --git a/config.def.h b/config.def.h @@ -36,7 +36,7 @@ typedef struct { //char scratchpadsize[] = "144x41"; /* size of scratchpad (for st/birdterm)*/ char termfm[] = "nnn"; /* terminal file manager */ char upgradescript[] = "upgrader.sh"; /* upgrade script */ -char musicterm[] = "vimpc"; /* tui music player */ +char musicterm[] = "kew"; /* tui music player */ char termtop[] = "htop"; /* htop scratchpad */ static const char *spcmd1[] = {"kitty", "--name", "spterm", }; /* regular terminal scratchpad */