diff options
Diffstat (limited to 'screenshot.sh')
-rwxr-xr-x | screenshot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screenshot.sh b/screenshot.sh index 0ae696a..90562a8 100755 --- a/screenshot.sh +++ b/screenshot.sh @@ -4,7 +4,7 @@ borderColor="0.412,0.431,1" name="$(date +"%y%m%d_%H%M%S")".png -file="$HOME/images/screenshots/${name}" +file="${CONFIG_FOLDER_SCREENSHOTS}/${name}" # If secondary screen is connected take a screenshot of only it geometry="" |