screenshot: delay after menu

This commit is contained in:
s0wlz (Matthias Puchstein)
2026-01-14 22:29:23 +01:00
parent 5e7493da0b
commit 885fbc1551

View File

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