Update print to match current XDG setup.

This commit is contained in:
James Patrick 2020-01-11 00:41:39 -05:00
parent bda46f0e16
commit bd96a85fed
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#! /bin/sh
# -*- sh -*-
file=~/Pictures/Screenshots/Screenshot-$(date '+%Y%m%d%H%M%S').png
file=~/media/pictures/Screenshots/Screenshot-$(date '+%Y%m%d%H%M%S').png
grim -g "$(slurp)" $file \
&& wl-copy $file \
&& notify-send -i $file "File copied to clipboard"