This commit is contained in:
Vaxry 2025-12-04 01:13:04 +00:00
parent 38f81d1a30
commit 9436e55c16
Signed by: vaxry
GPG key ID: 665806380871D640

View file

@ -74,7 +74,7 @@ std::expected<void, std::string> Hyprpaper::makeHyprpaperRequest(const std::stri
const auto& PATH_RAW = args[1];
const auto& FIT = args[2];
if (PATH_RAW.empty() || MONITOR.empty())
if (PATH_RAW.empty())
return std::unexpected("not enough args");
const auto RTDIR = getenv("XDG_RUNTIME_DIR");