more background

This commit is contained in:
chloe 2025-07-11 10:33:35 +02:00
parent a4cca3cce1
commit ae89126988
6 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ if [ $# -lt 1 ] || [ ! -d "$1" ]; then
fi
# See swww-img(1)
RESIZE_TYPE="fit"
RESIZE_TYPE="crop"
export SWWW_TRANSITION_FPS="${SWWW_TRANSITION_FPS:-60}"
export SWWW_TRANSITION_STEP="${SWWW_TRANSITION_STEP:-2}"