Fixing border capture
This commit is contained in:
parent
b286e5b3e4
commit
2efa2690d0
|
@ -31,7 +31,7 @@ if [[ ${1} == "--main" ]]; then
|
|||
else
|
||||
args="${args} ${1}"
|
||||
fi
|
||||
maim $args $filename
|
||||
maim -B $args $filename
|
||||
|
||||
mpv $sound
|
||||
$HOME/.local/bin/boop.sh "$screendir$filename"
|
||||
|
|
Loading…
Reference in New Issue