feat: documentation, license and hyprpm

This commit is contained in:
Virt 2024-06-22 16:58:21 +02:00
commit ee3f55d9e4
4 changed files with 78 additions and 1 deletions

View file

@ -92,7 +92,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
HyprlandAPI::reloadConfig();
return {"dynamic-cursors", "The most stupid cursor plugin.", "Virt", "1.1"};
return {"dynamic-cursors", "make your cursor more realistic", "Virt", "0.1"};
}
APICALL EXPORT void PLUGIN_EXIT() {