]> git.eshelyaron.com Git - emacs.git/commit
wallpaper-set: Get monitor name on non-graphical display
authorStefan Kangas <stefankangas@gmail.com>
Thu, 29 Sep 2022 14:10:27 +0000 (16:10 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 29 Sep 2022 14:10:27 +0000 (16:10 +0200)
commit2c331dbb4eabadf9f58097591468658e096ba404
tree922203b636b2021a626ced9d23bbd61b349d10bb
parentb71241742ca825c23063c22dcb205e95ac0fd710
wallpaper-set: Get monitor name on non-graphical display

* lisp/image/wallpaper.el
(wallpaper--format-arg): Break out function from here...
(wallpaper--x-monitor-name): ...to here.  Try to get the monitor name
non-graphical displays, and prompt if that doesn't work.
(wallpaper-default-set-function): Improve debugging output.
Ref. https://lists.gnu.org/r/emacs-devel/2022-09/msg01910.html
lisp/image/wallpaper.el