Skip to content

Commit

Permalink
fix latest hyprland-git build (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeauTaapken authored Jan 19, 2025
1 parent c75ec3a commit 1d4742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle)

// reload the config before adding the callback, so we can already use the config's values we defined above
HyprlandAPI::reloadConfig();
g_pConfigManager->tick();
g_pConfigManager->reload();
loadConfigValues();

e_monitorAddedHandle = HyprlandAPI::registerCallbackDynamic(PHANDLE, "monitorAdded", monitorAddedCallback);
Expand Down

0 comments on commit 1d4742b

Please sign in to comment.