Closed zetaPRIME closed 1 month ago
Are you sure you're building for 0.42.0 and not -git? -git is currently broken, but I just recompiled 0.42.0 and its fine.
huh. it was -git but I checked commits and I thought it was the same commit as 42.0 release
Just 4 days ago, Hyprland changed the signature of recalculateMonitor
to void IHyprLayout::recalculateMonitor(const MONITORID&)
, where MONITORID is a typedef for int64_t
, not int
any more. This signature change is present in the -git variant of the package but not the official release.
@outfoxxed can correct me if I'm wrong, but I believe a Hy3 change would be needed, but only once the Hyprland signature changes are rolled out as an official release.
I'm currently stuck on i3 because my setup is completely reliant on hy3, and hyprpm no longer works at all on 0.41.x; I gave it another try due to the commit, but: