Quite an interesting bug
This commit is contained in:
parent
e17b945863
commit
4cceb622cb
|
@ -3,7 +3,7 @@
|
|||
# Distributed under the terms of the GPLv3 license
|
||||
|
||||
savedir="${SCROTDIR:-$HOME/Pictures/Screenshots}"
|
||||
filename="$savedir/$(date -Iseconds)_maim.png"
|
||||
filename="$savedir/$(date -Iseconds)_screenshot.png"
|
||||
|
||||
# test whether the screenshot directory exists, if not, create it.
|
||||
[ -d $savedir ] || mkdir -p $savedir
|
||||
|
|
Loading…
Reference in a new issue