aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
diff options
context:
space:
mode:
authorJeremiah Mahler <jmmahler at gmail com>2011-02-21 19:15:24 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-02-21 19:16:00 (GMT)
commit14a8a2b440e1b38b564207fa104bd7697ecb2b8a (patch)
tree025ca976b90d517cd0e8dde820e6d7687ee405da /util/fbsetbg
parent341b2f43e511e39dd6a938e8fbdef8a0d5e66c9a (diff)
downloadfluxbox-14a8a2b440e1b38b564207fa104bd7697ecb2b8a.zip
fluxbox-14a8a2b440e1b38b564207fa104bd7697ecb2b8a.tar.bz2
fbsetbg: improved aspect-ratio-filling for feh (thanks Jeremiah Mahler <jmmahler at gmail com>
Closes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583704
Diffstat (limited to 'util/fbsetbg')
-rw-r--r--util/fbsetbg2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fbsetbg b/util/fbsetbg
index 9047be2..12176d7 100644
--- a/util/fbsetbg
+++ b/util/fbsetbg
@@ -448,7 +448,7 @@ case $WPSETTER in
448 full='--bg-scale' 448 full='--bg-scale'
449 tile='--bg-tile' 449 tile='--bg-tile'
450 center='--bg-center' 450 center='--bg-center'
451 aspect=$full 451 aspect="--bg-fill"
452 debugstory=$standardok 452 debugstory=$standardok
453 ;; 453 ;;
454 hsetroot) 454 hsetroot)