From c192ea301777962ab7f5c2646f8fe4e1e32ea821 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 a7f69a9..7b06f1b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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"}; }