awsetbg: add habak support
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
6cbbd45d3a
commit
530b170cf0
|
@ -53,7 +53,7 @@ else
|
|||
fi
|
||||
|
||||
# The wallpapersetter is selected in this order
|
||||
wpsetters="${wpsetters:=Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg'
|
||||
wpsetters="${wpsetters:=Esetroot habak wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg'
|
||||
lastwallpaper="${CONFIG_DIR}/lastwallpaper"
|
||||
|
||||
|
||||
|
@ -420,6 +420,13 @@ case $WPSETTER in
|
|||
aspect='-full'
|
||||
debugstory=$standardok
|
||||
;;
|
||||
habak)
|
||||
full='-ms'
|
||||
tile=''
|
||||
center='-mC'
|
||||
aspect='-mS'
|
||||
debugstory=$standardok
|
||||
;;
|
||||
icewmbg)
|
||||
tile='-s'
|
||||
full=$tile
|
||||
|
|
Loading…
Reference in New Issue