all repos — fluxbox @ 09439fe83aade3e0863a364e1d54990480b714af

custom fork of the fluxbox windowmanager

added support for hsetroot (http://thegraveyard.org/hsetroot.php)
to fbsetbg
mathias mathias
commit

09439fe83aade3e0863a364e1d54990480b714af

parent

3cc0ca33f6b9d54e649ac5a66e9770684f78b35c

1 files changed, 8 insertions(+), 1 deletions(-)

jump to
M util/fbsetbgutil/fbsetbg

@@ -46,7 +46,7 @@ # TODO purheps: xprop -root _WIN_WORKSPACE

# _NET_CURRENT_DESKTOP # The wallpapersetter is selected in this order -wpsetters=${wpsetters:=Esetroot wmsetbg feh chbg display qiv xv xsri xli xsetbg} # broken icewmbg' +wpsetters=${wpsetters:=Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg} # broken icewmbg' lastwallpaper=${HOME}/.fluxbox/lastwallpaper

@@ -419,6 +419,13 @@ full='--bg-scale'

tile='--bg-tile' center='--bg-center' aspect=$full + debugstory=$standardok + ;; + hsetroot) + full='-fill' + tile='-tile' + center='-center' + aspect='-full' debugstory=$standardok ;; icewmbg)