From eae82e465d094a2b29ba75f50f87df6d3d85f8dd Mon Sep 17 00:00:00 2001 From: Venelin Dechkov Date: Thu, 19 Sep 2024 16:59:55 +0300 Subject: [PATCH] screencap fix --- vene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vene.cpp b/vene.cpp index 92a6f56..a8f4c68 100644 --- a/vene.cpp +++ b/vene.cpp @@ -244,7 +244,7 @@ extern "C" void vene_screenshot(const Arg*) { - Cmd scrot("scrot", "-s"); + Cmd scrot("scrot", "-s", "-"); Cmd tee("tee", SCREEN_CAPS_DIR); Cmd xclip("xclip", "-selection", "clipboard", "-t", "image/png"); scrot | tee | xclip; // todo: cppipe < string