Move wmsetbg as a last option (FS#737)
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
a68185647a
commit
a3163c40af
|
@ -53,7 +53,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The wallpapersetter is selected in this order
|
# 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"
|
lastwallpaper="${CONFIG_DIR}/lastwallpaper"
|
||||||
|
|
||||||
|
|
||||||
|
@ -336,7 +336,7 @@ fi
|
||||||
standardrant=\
|
standardrant=\
|
||||||
"$WPSETTER doesn't set the wallpaper properly. Transparency for
|
"$WPSETTER doesn't set the wallpaper properly. Transparency for
|
||||||
awesome and apps like aterm and xchat won't work right with
|
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."
|
(from Eterm) or fvwm-root (from FVWM) and I'll use them instead."
|
||||||
|
|
||||||
standardok=\
|
standardok=\
|
||||||
|
|
Loading…
Reference in New Issue