From 7c36dd6e6cd25d978908a41faeb56cbb7900bee1 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Thu, 21 Apr 2022 17:36:28 +0200 Subject: [PATCH] set wantsmonitorreload for parsekeyword --- src/debug/HyprCtl.cpp | 2 ++ 1 file changed, 2 insertions(+) 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";