hypr-dynamic-cursors/src/globals.hpp

15 lines
473 B
C++
Raw Normal View History

2024-06-21 13:40:57 +02:00
#pragma once
#include <hyprland/src/plugins/PluginAPI.hpp>
#define CONFIG_ENABLED "plugin:dynamic-cursors:enabled"
#define CONFIG_LENGTH "plugin:dynamic-cursors:length"
2024-06-26 17:14:16 +02:00
#define CONFIG_MODE "plugin:dynamic-cursors:mode"
#define CONFIG_MASS "plugin:dynamic-cursors:mass"
#define CONFIG_FUNCTION "plugin:dynamic-cursors:function"
#define CONFIG_HW_DEBUG "plugin:dynamic-cursors:hw_debug"
2024-06-21 16:06:55 +02:00
2024-06-21 13:40:57 +02:00
inline HANDLE PHANDLE = nullptr;
2024-06-26 17:14:16 +02:00
inline wl_event_source* tick = nullptr;