fix: recalulate on mouse move, not render

This commit is contained in:
Virt 2024-06-22 15:46:00 +02:00
commit 4fce380c13
4 changed files with 47 additions and 13 deletions

View file

@ -2,6 +2,7 @@
#include <hyprland/src/plugins/PluginAPI.hpp>
#define CONFIG_ENABLED "plugin:dynamic-cursors:enabled"
#define CONFIG_LENGTH "plugin:dynamic-cursors:length"
#define CONFIG_HW_DEBUG "plugin:dynamic-cursors:hw_debug"