Misc: Fix scrot

This commit is contained in:
Dylan Araps 2016-11-06 20:16:50 +11:00
parent c83b8584b1
commit c607101099

View file

@ -2306,7 +2306,7 @@ getimagebackend() {
# Screenshot {{{
takescrot() {
"$scrot_cmd" "${scrot_dir}${scrot_name}"
$scrot_cmd "${scrot_dir}${scrot_name}"
[ "$scrot_upload" == "on" ] && scrot_upload
}