Force reload config after plugin is loaded

This commit is contained in:
Santos 2024-01-19 13:18:49 +01:00 committed by outfoxxed
parent a392bfd13c
commit c192ea3017
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E

View file

@ -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"};
}