mirror of
https://git.adityakumar.xyz/betterlockscreen-openrc.git
synced 2024-11-08 18:29:45 +00:00
Fix for wallpaper(), always span multi-monitor
This commit is contained in:
parent
e74dec7848
commit
c6064ff970
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue