diff options
author | fluxgen <fluxgen> | 2003-09-03 11:55:29 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-09-03 11:55:29 (GMT) |
commit | 624130419945a511a9f06c2cf70f32448293a46e (patch) | |
tree | 2331d2a58e4e3821d887a74429985c0073db635a /util | |
parent | 7b48b928604a2af5bc34a9fd1e7923cbd77b201b (diff) | |
download | fluxbox-624130419945a511a9f06c2cf70f32448293a46e.zip fluxbox-624130419945a511a9f06c2cf70f32448293a46e.tar.bz2 |
update from Han
Diffstat (limited to 'util')
-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" |