aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-26 20:32:27 (GMT)
committerfluxgen <fluxgen>2003-08-26 20:32:27 (GMT)
commitbb374e2ccab6274176c4104e14681bf9146d769a (patch)
treefa2ecc1bf51686e8009bfa2e742200158eb1c758 /util/fbsetbg
parentb947855ca5ddf4db72b83ee43112c95f3c8b95ca (diff)
downloadfluxbox-bb374e2ccab6274176c4104e14681bf9146d769a.zip
fluxbox-bb374e2ccab6274176c4104e14681bf9146d769a.tar.bz2
minor fix
Diffstat (limited to 'util/fbsetbg')
-rw-r--r--util/fbsetbg4
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