mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 18:53:40 +01:00
Force reload config after plugin is loaded
This commit is contained in:
parent
a392bfd13c
commit
c192ea3017
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,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"};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue