Updated path for screenshots
This commit is contained in:
parent
9609e95b53
commit
9da6cf5c92
2 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue