Support hsetroot in wallpaper.el
* lisp/image/wallpaper.el (wallpaper--default-commands) (wallpaper-command): Add "hsetroot".
This commit is contained in:
parent
80c516bbc8
commit
9148892768
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue