diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index 29d2b4d1..f37b24e6 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -835,7 +835,8 @@ std::string dispatchSetCursor(std::string request) { std::string theme = ""; for (size_t i = 1; i < vars.size() - 1; ++i) theme += vars[i] + " "; - theme.pop_back(); + if (!theme.empty()) + theme.pop_back(); int size = 0; try {