Merge pull request #7 from sant0s12/patch-1

Force reload config after plugin is loaded
This commit is contained in:
Kaley Fischer 2024-03-05 08:07:27 +01:00 committed by GitHub
commit d48d1bfb31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,6 +74,8 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
registerDispatchers(); registerDispatchers();
HyprlandAPI::reloadConfig();
return {"hy3", "i3 like layout for hyprland", "outfoxxed", "0.1"}; return {"hy3", "i3 like layout for hyprland", "outfoxxed", "0.1"};
} }