Force reload config after plugin is loaded

This commit is contained in:
Santos 2024-01-19 13:18:49 +01:00 committed by GitHub
parent d247317a38
commit e113973f76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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