From 4ed948a16c840f2ac089b3035bcc85e77651125b Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Mon, 4 Aug 2025 12:51:53 -0400 Subject: [PATCH] fix: typo in autostart config --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ead9fff..c20c995 100644 --- a/config.h +++ b/config.h @@ -181,6 +181,6 @@ static const char *const autostart[] = { "hyprpaper", NULL, "wlsunset", "-l", "43.7", "-L", "-79.4", NULL, "hypridle", NULL, - "fcitx5"; NULL, + "fcitx5", NULL, NULL };