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

lisp/image/wallpaper.el

index d2b82a7af59b3e66232c3b4e52030573f159ec68..6d57691ff0c3f7f7dafc98087d89d8c7a6bde686 100644 (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))