Move wmsetbg as a last option (FS#737)
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
4119e92d82
commit
eb402b5a34
|
@ -53,7 +53,7 @@ else
|
|||
fi
|
||||
|
||||
# The wallpapersetter is selected in this order
|
||||
wpsetters="${wpsetters:=Esetroot habak wmsetbg feh hsetroot chbg fvwm-root display qiv xv xsri xli xsetbg xsetroot}" # broken icewmbg'
|
||||
wpsetters="${wpsetters:=Esetroot habak feh hsetroot chbg fvwm-root display qiv xv xsri xli xsetbg wmsetbg xsetroot}" # broken icewmbg'
|
||||
lastwallpaper="${CONFIG_DIR}/lastwallpaper"
|
||||
|
||||
|
||||
|
@ -336,7 +336,7 @@ fi
|
|||
standardrant=\
|
||||
"$WPSETTER doesn't set the wallpaper properly. Transparency for
|
||||
awesome and apps like aterm and xchat won't work right with
|
||||
it. Consider installing feh, wmsetbg (from windowmaker), Esetroot
|
||||
it. Consider installing feh, Esetroot
|
||||
(from Eterm) or fvwm-root (from FVWM) and I'll use them instead."
|
||||
|
||||
standardok=\
|
||||
|
|
Loading…
Reference in New Issue