mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-11-09 17:36:07 +03:00
set wantsmonitorreload for parsekeyword
This commit is contained in:
parent
4b1773d1b1
commit
7c36dd6e6c
@ -98,6 +98,8 @@ std::string dispatchKeyword(std::string in) {
|
|||||||
|
|
||||||
std::string retval = g_pConfigManager->parseKeyword(COMMAND, VALUE, true);
|
std::string retval = g_pConfigManager->parseKeyword(COMMAND, VALUE, true);
|
||||||
|
|
||||||
|
g_pConfigManager->m_bWantsMonitorReload = true; // for monitor keywords
|
||||||
|
|
||||||
if (retval == "")
|
if (retval == "")
|
||||||
return "ok";
|
return "ok";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user