Fix screenshot.sh

This commit is contained in:
Alexander Rosenberg 2023-03-06 20:16:50 -08:00
parent af7e33dbc7
commit f51337a774
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -1,7 +1,7 @@
#!/usr/bin/env zsh
local maim_args=("-f" "png")
local outfile="screenshot--$(date +'%F_%k-%M-%S').png"
local outfile="${HOME}/Downloads/screenshot--$(date +'%F_%k-%M-%S').png"
case "${1}" in;
'-root')