From b88a59a4207246ad5630203b4fb6180e21c0af50 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Wed, 28 Feb 2024 12:04:55 -0500 Subject: [PATCH] Big oopsie with the $outputFilePath --- glue/src/screenshot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glue/src/screenshot b/glue/src/screenshot index dbcbdde..5519824 100755 --- a/glue/src/screenshot +++ b/glue/src/screenshot @@ -47,9 +47,9 @@ fi [ "$#" -gt 0 ] && usage case "$mode" in -"selection") scrot --select --line style=dash --freeze --file "$output";; -"window" ) scrot --focused --border --file "$output";; -"screen" ) scrot --file "$output";; +"selection") scrot --select --line style=dash --freeze --file "$outputFilePath";; +"window" ) scrot --focused --border --file "$outputFilePath";; +"screen" ) scrot --file "$outputFilePath";; esac if [ -n "$copyToClipboard" ]; then