From 885fbc15511a3c7613219044155af1b0dec148fa Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Wed, 14 Jan 2026 22:29:23 +0100 Subject: [PATCH] screenshot: delay after menu --- dot_local/bin/executable_owlry-screenshot-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_local/bin/executable_owlry-screenshot-menu b/dot_local/bin/executable_owlry-screenshot-menu index 1c835df..f1ddeba 100644 --- a/dot_local/bin/executable_owlry-screenshot-menu +++ b/dot_local/bin/executable_owlry-screenshot-menu @@ -9,4 +9,4 @@ printf '%s\n' \ "grimblast --notify edit output" \ "grimblast --notify edit area" \ | owlry -m dmenu -p "Screenshot" \ - | sh + | { read -r cmd && sleep 0.2 && sh -c "$cmd"; }