all repos — fluxbox @ 24c1ddd6de0d6796e4b5ff183811f2581d23b5bd

custom fork of the fluxbox windowmanager

add chbg support to fbsetbg
rathnor rathnor
commit

24c1ddd6de0d6796e4b5ff183811f2581d23b5bd

parent

e1ba495c86aeb7078cb34b9f965830f4e4cf2ee3

2 files changed, 11 insertions(+), 2 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,5 +1,8 @@

(Format: Year/Month/Day) Changes for 0.9.4: +*03/06/29: + * Add chbg support to fbsetbg (Thanks Han) + fbsetbg *03/06/28: * Fix slit netizens (e.g. withdrawn pager) (Simon) Slit.cc WinClient.cc Screen.cc
M util/fbsetbgutil/fbsetbg

@@ -23,7 +23,7 @@ # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -# $Id: fbsetbg,v 1.7 2003/06/06 02:18:34 rathnor Exp $ +# $Id: fbsetbg,v 1.8 2003/06/29 08:22:24 rathnor Exp $ # # Portability notes:

@@ -39,7 +39,7 @@ # compensate for that.

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

@@ -144,6 +144,12 @@ xchat won't work right with it. Consider using wmsetbg (from windowmaker)

or Esetroot (from Eterm)" case $WPSETTER in + chbg) + full='-once -mode maximize' + tile='-once -mode tile' + center='-once -mode center' + aspect='-once -mode smart -max_grow 100 -max_size 100' + debugstory="chbg is a nice app. You won't have any problems." xsri) full='--center-x --center-y --scale-width=100 --scale-width=100' tile='--tile'