config/hyprctl: fix keyword not updating autoreload

ref #9139
This commit is contained in:
vaxerski 2025-01-29 10:50:39 +00:00
parent 344e32d71b
commit aaa5573c73
3 changed files with 10 additions and 2 deletions

View file

@ -190,6 +190,7 @@ class CConfigManager {
void ensureVRR(PHLMONITOR pMonitor = nullptr);
bool shouldUseSoftwareCursors();
void updateWatcher();
std::string parseKeyword(const std::string&, const std::string&);