bin - Personal scripts
ssh://anon@thyssentishman.com/bin
Log | Files | Refs | Feed | Contribute | README

Commit: ae3c2a12b8b16ea24bf74b9a16cb9622193ff7e8
Parent: 1e74a81b15c930c51866eaef29099b1f4350ef59
Author: Johannes Thyssen Tishman
Date:   Fri, 14 Feb 2025 14:10:53 +0000

screenshot: Add delay to allow dmenu to hide

Diffstat:
M screenshot | 6 +++---

1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/screenshot b/screenshot
@@ -14,8 +14,8 @@ shot() {
 }
 
 case "$SEL" in
-	SECTION) shot -s ;;
-	SCREEN) shot -m ;;
-	WINDOW) shot -u ;;
+	SECTION) sleep 1; shot -s ;;
+	SCREEN) sleep 1; shot -m ;;
+	WINDOW) sleep 1; shot -u ;;
 esac