diff options
author | vaxerski <[email protected]> | 2022-04-21 17:36:28 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-04-21 17:36:28 +0200 |
commit | 7c36dd6e6cd25d978908a41faeb56cbb7900bee1 (patch) | |
tree | 2baf8c83ac295192261811bb92e93bb694649014 /src/debug/HyprCtl.cpp | |
parent | 4b1773d1b15920431f4258ec587e96ea96c7abf6 (diff) | |
download | Hyprland-7c36dd6e6cd25d978908a41faeb56cbb7900bee1.tar.gz Hyprland-7c36dd6e6cd25d978908a41faeb56cbb7900bee1.zip |
set wantsmonitorreload for parsekeyword
Diffstat (limited to 'src/debug/HyprCtl.cpp')
-rw-r--r-- | src/debug/HyprCtl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index 21023ef6..0bd18fa4 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -98,6 +98,8 @@ std::string dispatchKeyword(std::string in) { std::string retval = g_pConfigManager->parseKeyword(COMMAND, VALUE, true); + g_pConfigManager->m_bWantsMonitorReload = true; // for monitor keywords + if (retval == "") return "ok"; |