diff options
-rw-r--r-- | util/fbsetbg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index 58dfafe..c3405bb 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.16 2003/08/26 20:32:27 fluxgen Exp $ | 26 | # $Id: fbsetbg,v 1.17 2003/09/03 11:55:29 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 |
@@ -180,9 +180,9 @@ case $WPSETTER in | |||
180 | xsri) | 180 | xsri) |
181 | full='--center-x --center-y --scale-width=100 --scale-height=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 --color=black' |
184 | aspect=$full | 184 | aspect='--center-x --center-y --scale-width=100 --scale-height=100 --keep-aspect --color=black' |
185 | debugstory="This is a RedHat specific app. I can't find docs about it." | 185 | debugstory=$standardok |
186 | ;; | 186 | ;; |
187 | display) | 187 | display) |
188 | full="`xwininfo -root|grep geom` -window root" | 188 | full="`xwininfo -root|grep geom` -window root" |