; * lisp/image/wallpaper.el (wallpaper--format-arg): Fix typo.

This commit is contained in:
Stefan Kangas 2022-09-27 15:33:05 +02:00
parent 327890dd6c
commit 1e4f40db3a

View file

@ -425,7 +425,7 @@ FILE is the image file name."
(?M . ,(let* ((attrs (car (display-monitor-attributes-list)))
(source (cdr (assq 'source attrs)))
(monitor (cdr (assq 'name attrs))))
(if (and monitor (member source '("XRandr" "XRandr 1.5" "Gdk")))
(if (and monitor (member source '("XRandr" "XRandR 1.5" "Gdk")))
monitor
"0")))
;; workspace