diff --git a/sxhkd/.config/sxhkd/screenshot.sh b/sxhkd/.config/sxhkd/screenshot.sh index 1dd48f74..40d34ab5 100644 --- a/sxhkd/.config/sxhkd/screenshot.sh +++ b/sxhkd/.config/sxhkd/screenshot.sh @@ -1,6 +1,6 @@ # New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2017 Donovan Glover +# Copyright (C) 2017-2018 Donovan Glover DATETIME=`date +%F_%H%M%S` -shotgun ~/Pictures/Screenshots/$DATETIME.png -feh ~/Pictures/Screenshots/$DATETIME.png --geometry 3200x1800 +shotgun ~/$DATETIME.png +feh ~/$DATETIME.png --geometry 3200x1800