diff --git a/libhyprcursor/meta.cpp b/libhyprcursor/meta.cpp index 38ea262..a5897ef 100644 --- a/libhyprcursor/meta.cpp +++ b/libhyprcursor/meta.cpp @@ -154,6 +154,7 @@ std::optional CMeta::parseHL() { parsedData.hotspotX = std::any_cast(meta->getConfigValue("hotspot_x")); parsedData.hotspotY = std::any_cast(meta->getConfigValue("hotspot_y")); + parsedData.hotspotY = std::any_cast(meta->getConfigValue("nominal_size")); parsedData.resizeAlgo = std::any_cast(meta->getConfigValue("resize_algorithm")); return {};