aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/debug/HyprCtl.cpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-04-21 17:36:28 +0200
committervaxerski <[email protected]>2022-04-21 17:36:28 +0200
commit7c36dd6e6cd25d978908a41faeb56cbb7900bee1 (patch)
tree2baf8c83ac295192261811bb92e93bb694649014 /src/debug/HyprCtl.cpp
parent4b1773d1b15920431f4258ec587e96ea96c7abf6 (diff)
downloadHyprland-7c36dd6e6cd25d978908a41faeb56cbb7900bee1.tar.gz
Hyprland-7c36dd6e6cd25d978908a41faeb56cbb7900bee1.zip
set wantsmonitorreload for parsekeyword
Diffstat (limited to 'src/debug/HyprCtl.cpp')
-rw-r--r--src/debug/HyprCtl.cpp2
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";