Support hsetroot in wallpaper.el

* lisp/image/wallpaper.el (wallpaper--default-commands)
(wallpaper-command): Add "hsetroot".
This commit is contained in:
Stefan Kangas 2022-09-14 18:17:42 +02:00
parent 80c516bbc8
commit 9148892768

View file

@ -62,6 +62,7 @@
("display" "-resize" "%wx%h" "-window" "root" "%f")
("feh" "--bg-max" "%f")
("xwallpaper" "--zoom" "%f")
("hsetroot" "-full" "%f")
("xloadimage" "-onroot" "-fullscreen" "%f")
("xsetbg" " %f")
)
@ -152,6 +153,7 @@ native API will be used instead (see `haiku-set-wallpaper')."
(const :tag "display (X Window System)" "display")
(const :tag "feh (X Window System)" "feh")
(const :tag "xwallpaper (X Window System)" "xwallpaper")
(const :tag "hsetroot (X Window System)" "hsetroot")
(const :tag "xloadimage (X Window System)" "xloadimage")
(const :tag "xsetbg (X Window System)" "xsetbg"))
(const :tag "Other (specify)" string))