mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-20 00:23:22 +02:00
9 lines
266 B
C++
9 lines
266 B
C++
#pragma once
|
|
|
|
#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"
|
|
|
|
inline HANDLE PHANDLE = nullptr;
|