birdwm

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

commit dfca0579c8fb2dfb3940e4389dee79f95ccc81dc
parent 5c5d8ee7a9c16227ea7e6e6f0af8dc6b3b115497
Author: mrgrouse <bdmfegys@duck.com>
Date:   Fri,  9 Aug 2024 15:27:52 -0400

config.def.h: rename upgrader script

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

diff --git a/config.def.h b/config.def.h @@ -35,7 +35,7 @@ typedef struct { char scratchpadsize[] = "144x41"; /* size of scratchpad */ char termfm[] = "nnn"; /* terminal file manager */ -char upgradescript[] = "upgrader"; /* upgrade script */ +char upgradescript[] = "upgrader.sh"; /* upgrade script */ char musicterm[] = "vimpc"; /* tui music player */ char termtop[] = "htop"; /* htop scratchpad */