From e113973f764d54ec212fbbcf6c70315669658d00 Mon Sep 17 00:00:00 2001 From: Santos <34815293+sant0s12@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:18:49 +0100 Subject: [PATCH] Force reload config after plugin is loaded --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 249e14c..432c700 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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"}; }