From 5e289b843843e66921728b0c418c4de17d9b20fa Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Thu, 11 May 2023 18:52:06 +0300 Subject: [PATCH] [fix/update] Update the slstatus name --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index c0c10ac..935d32f 100644 --- a/src/config.h +++ b/src/config.h @@ -31,7 +31,7 @@ static const char dmenufont[] = "monospace:size=8"; // Autostart programs static const char *const autostart[] = { // Start my build of slstatus - "yo-slstatus", NULL, + "archy-slstatus", NULL, NULL /* terminate */ };