mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-09 04:38:04 +02:00
fix
This commit is contained in:
parent
38f81d1a30
commit
9436e55c16
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue