mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-23 06:09:50 +01:00
set wantsmonitorreload for parsekeyword
This commit is contained in:
parent
4b1773d1b1
commit
7c36dd6e6c
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue