all repos — fluxbox @ 67c24a20c5a765fcd7c0fd12e607307b1d0774b8

custom fork of the fluxbox windowmanager

minor fix from Han
fluxgen fluxgen
commit

67c24a20c5a765fcd7c0fd12e607307b1d0774b8

parent

a1c84c8404dcdaa7206f1282b7470c551678a67d

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

jump to
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.8 2003/06/29 08:22:24 rathnor Exp $ +# $Id: fbsetbg,v 1.9 2003/07/02 05:42:47 fluxgen Exp $ # # Portability notes:

@@ -150,6 +150,7 @@ 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'