]> git.eshelyaron.com Git - emacs.git/commitdiff
Support fbsetbg in wallpaper.el
authorStefan Kangas <stefankangas@gmail.com>
Wed, 14 Sep 2022 22:53:00 +0000 (00:53 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 14 Sep 2022 22:55:16 +0000 (00:55 +0200)
* lisp/image/wallpaper.el (wallpaper--default-commands)
(wallpaper-command): Add "fbsetbg".

lisp/image/wallpaper.el

index 6d57691ff0c3f7f7dafc98087d89d8c7a6bde686..2ebe5be033032aec5c275d859086fdca782be142 100644 (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")