diff options
author | fluxgen <fluxgen> | 2003-08-26 20:32:27 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-26 20:32:27 (GMT) |
commit | bb374e2ccab6274176c4104e14681bf9146d769a (patch) | |
tree | fa2ecc1bf51686e8009bfa2e742200158eb1c758 | |
parent | b947855ca5ddf4db72b83ee43112c95f3c8b95ca (diff) | |
download | fluxbox-bb374e2ccab6274176c4104e14681bf9146d769a.zip fluxbox-bb374e2ccab6274176c4104e14681bf9146d769a.tar.bz2 |
minor fix
-rw-r--r-- | util/fbsetbg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index 45151bc..58dfafe 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.15 2003/08/17 13:27:44 fluxgen Exp $ | 26 | # $Id: fbsetbg,v 1.16 2003/08/26 20:32:27 fluxgen Exp $ |
27 | 27 | ||
28 | # Portability notes: | 28 | # Portability notes: |
29 | # To guarantee this script works on all platforms that support fluxbox | 29 | # To guarantee this script works on all platforms that support fluxbox |
@@ -178,7 +178,7 @@ case $WPSETTER in | |||
178 | debugstory=$standardok | 178 | debugstory=$standardok |
179 | ;; | 179 | ;; |
180 | xsri) | 180 | xsri) |
181 | full='--center-x --center-y --scale-width=100 --scale-width=100' | 181 | full='--center-x --center-y --scale-width=100 --scale-height=100' |
182 | tile='--tile' | 182 | tile='--tile' |
183 | center='--center-x --center-y' | 183 | center='--center-x --center-y' |
184 | aspect=$full | 184 | aspect=$full |