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