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