Commit c6071010 authored by Dylan Araps's avatar Dylan Araps

Misc: Fix scrot

parent c83b8584
......@@ -2306,7 +2306,7 @@ getimagebackend() {
# Screenshot {{{
takescrot() {
"$scrot_cmd" "${scrot_dir}${scrot_name}"
$scrot_cmd "${scrot_dir}${scrot_name}"
[ "$scrot_upload" == "on" ] && scrot_upload
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment