diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-14 11:10:10 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-14 11:19:00 +0200 |
commit | 41a31553197911b6ccdb5da93801ff63cef9b3cf (patch) | |
tree | 07187e621956f19679c27da958b685eeabf95d0e /etc | |
parent | bfafe4aacceb213fbfd7d92bfd6362a13cbdc667 (diff) | |
download | emacs-41a31553197911b6ccdb5da93801ff63cef9b3cf.tar.gz |
Improve wallpaper.el docs for recent changes
* lisp/image/wallpaper.el: Fix documentation to better reflect that no
external command is needed on Haiku.
* etc/NEWS: Update entry on wallpaper.el.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1991,9 +1991,16 @@ This is done via 'image-converter-add-handler'. --- *** New library wallpaper.el. -This library contains the command `wallpaper-set', which uses an -external command to set the desktop background. The new user option -`wallpaper-commands' controls which command is being used. +This library contains the command `wallpaper-set', which sets the +desktop background. + +On GNU/Linux and other Unix-like systems, it uses an external command +(such as "swaybg", "gm", "display" or "xloadimage"). A suitable +command should be detected automatically in most cases, but can also +be customized manually with the new user option `wallpaper-commands'. + +On Haiku, it uses the new function `haiku-set-wallpaper', which does +not rely on any external command. ** Image-Dired |