From b8fa12b9e2425da536eaa5b7e846191e64b8e374 Mon Sep 17 00:00:00 2001 From: erhaver Date: Thu, 19 Jun 2025 16:29:05 +0300 Subject: [PATCH] Update screenshot.sh Fixed issue where 'Screenshot Aborted' message was displayed when taking a window screenshot due to a semicolon at the end of the command. --- scripts/screenshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/screenshot.sh b/scripts/screenshot.sh index 8cef7ff3..571ac127 100755 --- a/scripts/screenshot.sh +++ b/scripts/screenshot.sh @@ -31,7 +31,7 @@ case $1 in hyprshot -z -s -m region -o "$save_dir" -f "$save_file" ;; w) - hyprshot -s -m window -o "$save_dir" -f "$save_file"; + hyprshot -s -m window -o "$save_dir" -f "$save_file" ;; *) print_error