diff options
author | mathias <mathias> | 2005-01-31 16:40:08 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-01-31 16:40:08 (GMT) |
commit | f4d3d79d385044701cec897d32b09c861b600993 (patch) | |
tree | 872ba9e02db162a0e6cbc274f70a2fdf4487ac32 /util | |
parent | a7624355a0b4c7ed1451155256ebfcea1a74c53b (diff) | |
download | fluxbox_pavel-f4d3d79d385044701cec897d32b09c861b600993.zip fluxbox_pavel-f4d3d79d385044701cec897d32b09c861b600993.tar.bz2 |
close #1111378, -S (smooth) to wmsetbg's aspect-setting
Diffstat (limited to 'util')
-rw-r--r-- | util/fbsetbg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index 707a5cb..3db53da 100644 --- a/util/fbsetbg +++ b/util/fbsetbg | |||
@@ -383,7 +383,7 @@ case $WPSETTER in | |||
383 | full='-s -S' | 383 | full='-s -S' |
384 | tile='-t' | 384 | tile='-t' |
385 | center='-b black -e' | 385 | center='-b black -e' |
386 | aspect='-b black -a' | 386 | aspect='-b black -a -S' |
387 | debugstory=$standardok | 387 | debugstory=$standardok |
388 | ;; | 388 | ;; |
389 | xsetbg) | 389 | xsetbg) |