diff options
author | fluxgen <fluxgen> | 2003-07-02 05:42:47 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-07-02 05:42:47 (GMT) |
commit | 67c24a20c5a765fcd7c0fd12e607307b1d0774b8 (patch) | |
tree | c5fff71f3bafc80ee7d6be996d078598013b9d07 /util | |
parent | a1c84c8404dcdaa7206f1282b7470c551678a67d (diff) | |
download | fluxbox-67c24a20c5a765fcd7c0fd12e607307b1d0774b8.zip fluxbox-67c24a20c5a765fcd7c0fd12e607307b1d0774b8.tar.bz2 |
minor fix from Han
Diffstat (limited to 'util')
-rw-r--r-- | util/fbsetbg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index e438494..9c69071 100644 --- a/util/fbsetbg +++ b/util/fbsetbg | |||
@@ -23,7 +23,7 @@ | |||
23 | # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | 23 | # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
24 | # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | 24 | # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
25 | # | 25 | # |
26 | # $Id: fbsetbg,v 1.8 2003/06/29 08:22:24 rathnor Exp $ | 26 | # $Id: fbsetbg,v 1.9 2003/07/02 05:42:47 fluxgen Exp $ |
27 | 27 | ||
28 | # | 28 | # |
29 | # Portability notes: | 29 | # Portability notes: |
@@ -150,6 +150,7 @@ case $WPSETTER in | |||
150 | center='-once -mode center' | 150 | center='-once -mode center' |
151 | aspect='-once -mode smart -max_grow 100 -max_size 100' | 151 | aspect='-once -mode smart -max_grow 100 -max_size 100' |
152 | debugstory="chbg is a nice app. You won't have any problems." | 152 | debugstory="chbg is a nice app. You won't have any problems." |
153 | ;; | ||
153 | xsri) | 154 | xsri) |
154 | full='--center-x --center-y --scale-width=100 --scale-width=100' | 155 | full='--center-x --center-y --scale-width=100 --scale-width=100' |
155 | tile='--tile' | 156 | tile='--tile' |