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