Misc: Fix scrot
This commit is contained in:
parent
c83b8584b1
commit
c607101099
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2306,7 +2306,7 @@ getimagebackend() {
|
||||||
# Screenshot {{{
|
# Screenshot {{{
|
||||||
|
|
||||||
takescrot() {
|
takescrot() {
|
||||||
"$scrot_cmd" "${scrot_dir}${scrot_name}"
|
$scrot_cmd "${scrot_dir}${scrot_name}"
|
||||||
[ "$scrot_upload" == "on" ] && scrot_upload
|
[ "$scrot_upload" == "on" ] && scrot_upload
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue