From da6d2a6c833092693094e714982b4ea48a9bfb3d Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 10 Jun 2024 11:16:53 +0200 Subject: [PATCH] [satty] fix: 'save to disk' using a hard path for saving directory --- apps/screenshot/screenshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/screenshot/screenshot.sh b/apps/screenshot/screenshot.sh index 88c4b9e..b2fa61e 100755 --- a/apps/screenshot/screenshot.sh +++ b/apps/screenshot/screenshot.sh @@ -3,7 +3,7 @@ # commands wofi_command="wofi -l 5" grimblast="grimblast --notify" -satty="satty --filename - --fullscreen --output-filename ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png" +satty="satty --filename - --fullscreen --output-filename /home/simon/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png" # buttons