Support fbsetbg in wallpaper.el

* lisp/image/wallpaper.el (wallpaper--default-commands)
(wallpaper-command): Add "fbsetbg".
This commit is contained in:
Stefan Kangas 2022-09-15 00:53:00 +02:00
parent a994126968
commit 5798c4aa2a

View file

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