From: Stefan Kangas Date: Wed, 14 Sep 2022 22:53:00 +0000 (+0200) Subject: Support fbsetbg in wallpaper.el X-Git-Tag: emacs-29.0.90~1856^2~500 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5798c4aa2a7b3e7337234e8122d8243ecf54b402;p=emacs.git Support fbsetbg in wallpaper.el * lisp/image/wallpaper.el (wallpaper--default-commands) (wallpaper-command): Add "fbsetbg". --- diff --git a/lisp/image/wallpaper.el b/lisp/image/wallpaper.el index 6d57691ff0c..2ebe5be0330 100644 --- a/lisp/image/wallpaper.el +++ b/lisp/image/wallpaper.el @@ -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")