; * lisp/image/wallpaper.el (wallpaper--format-arg): Fix typo.
This commit is contained in:
parent
327890dd6c
commit
1e4f40db3a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue