diff --git a/libhyprcursor/meta.cpp b/libhyprcursor/meta.cpp index 06cf7d7..8db0c54 100644 --- a/libhyprcursor/meta.cpp +++ b/libhyprcursor/meta.cpp @@ -130,7 +130,7 @@ static Hyprlang::CParseResult parseOverride(const char* C, const char* V) { CVarList overrides(VALUE, 0, ';'); for (const auto& o : overrides) { - currentMeta->parsedData.overrides.push_back(VALUE); + currentMeta->parsedData.overrides.push_back(o); } return result;