Fix for wallpaper(), always span multi-monitor

This commit is contained in:
Jeff M. Hubbard 2019-02-09 17:11:24 -06:00 committed by Sebastian Sellmeier
parent e74dec7848
commit c6064ff970
No known key found for this signature in database
GPG key ID: 51E2BE0CCC826F98

View file

@ -298,7 +298,8 @@ update () {
wallpaper() {
local fopt
if [ "$span_image" = true ]; then
get_display_list
if [ "$span_image" = true ] || [[ "${#DLIST[@]}" -gt 1 ]]; then
fopt="--no-xinerama"
fi
case "$1" in