From 9da6cf5c9233fe1d8a4c1b85f16c5a4b2e3c25ee Mon Sep 17 00:00:00 2001 From: dbroqua Date: Sat, 31 Oct 2020 18:03:19 +0100 Subject: [PATCH] Updated path for screenshots --- Bin/screenshooter.sh | 2 +- config/slip/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bin/screenshooter.sh b/Bin/screenshooter.sh index 616bf9f..7c2b39c 100755 --- a/Bin/screenshooter.sh +++ b/Bin/screenshooter.sh @@ -2,6 +2,6 @@ FILENAME="Screenshots-$(date +%Y%m%d-%H%M%S).png" -scrot -q 70 ${FILENAME} -e 'mv $f ~/Pictures/' +scrot -q 70 ${FILENAME} -e 'mv $f ~/Pictures/screenshots/' notify-send -i screenie 'Screenshot!' "Saved as ${FILENAME}" diff --git a/config/slip/config b/config/slip/config index 7a98294..532174a 100644 --- a/config/slip/config +++ b/config/slip/config @@ -1,6 +1,6 @@ DMENU_CMD="rofi -dmenu" RECORD_PIDFILE="/tmp/slip_record.pid" -IMAGES="${HOME}/Pictures" +IMAGES="${HOME}/Pictures/screenshots" VIDEOS="${HOME}/Videos" DMENU_PROMPT="slip"