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"; }