fix: typo in autostart config

This commit is contained in:
FabricSoul 2025-08-04 12:51:53 -04:00
parent 996e0b0f53
commit 4ed948a16c

View file

@ -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
};