Update print to match current XDG setup.
This commit is contained in:
parent
bda46f0e16
commit
bd96a85fed
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user