diff --git a/src/main.cpp b/src/main.cpp index 249e14c..432c700 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,6 +69,8 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) { registerDispatchers(); + HyprlandAPI::reloadConfig(); + return {"hy3", "i3 like layout for hyprland", "outfoxxed", "0.1"}; }