diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index 70fb3bd5..64ffd779 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -548,6 +548,9 @@ std::string dispatchKeyword(std::string in) { if (COMMAND.contains("general:layout")) g_pLayoutManager->switchToLayout(g_pConfigManager->getString("general:layout")); // update layout + + if (COMMAND.contains("decoration:screen_shader")) + g_pHyprOpenGL->m_bReloadScreenShader = true; Debug::log(LOG, "Hyprctl: keyword %s : %s", COMMAND.c_str(), VALUE.c_str());