Updated path for screenshots

This commit is contained in:
dbroqua 2020-10-31 18:03:19 +01:00
parent 9609e95b53
commit 9da6cf5c92
2 changed files with 2 additions and 2 deletions

View File

@ -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}"

View File

@ -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"