VortexCoyote / hyprfocus

a focus animation plugin for Hyprland inspired by Flashfocus
BSD 3-Clause "New" or "Revised" License
168 stars 15 forks source link

fixes for latest version of Hyprland #9

Closed SomeRandoNamedDave closed 1 year ago

SomeRandoNamedDave commented 1 year ago

HyprlandAPI::registerCallbackDynamic function signature has changed with the latest commit causing this plugin to fail to build (and previous builds of hyprfocus.so to crash the compositor), updated the params in main.cpp.

also Hyprland's Makefile has been updated and pluginenv has been depricated, updated README.md to reflect latest instructions.

VortexCoyote commented 1 year ago

LGTM! and thanks a ton

SomeRandoNamedDave commented 1 year ago

You're welcome, thanks for making the plugin!