diff options
author | fluxgen <fluxgen> | 2003-05-12 19:52:58 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-12 19:52:58 (GMT) |
commit | ece5a0316f699a244c861e4acde3e622e1a27694 (patch) | |
tree | 91f3a31d5219ded67df99366b326e301be2205be /util/fbsetbg | |
parent | 553cee1dde24c10efbaf031d460a365a5c948e48 (diff) | |
download | fluxbox-ece5a0316f699a244c861e4acde3e622e1a27694.zip fluxbox-ece5a0316f699a244c861e4acde3e622e1a27694.tar.bz2 |
minor fix from Han
Diffstat (limited to 'util/fbsetbg')
-rw-r--r-- | util/fbsetbg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index 09bcc77..ddf57cf 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.4 2003/04/29 13:50:05 fluxgen Exp $ | 26 | # $Id: fbsetbg,v 1.5 2003/05/12 19:52:58 fluxgen Exp $ |
27 | 27 | ||
28 | # | 28 | # |
29 | # Portability notes: | 29 | # Portability notes: |
@@ -151,8 +151,8 @@ case $WPSETTER in | |||
151 | aspect=$full | 151 | aspect=$full |
152 | debugstory="This is a RedHat specific app. I can't find docs about it." | 152 | debugstory="This is a RedHat specific app. I can't find docs about it." |
153 | ;; | 153 | ;; |
154 | display) | 154 | display) |
155 | full='`xwininfo -root|grep geom` -window root' | 155 | full="`xwininfo -root|grep geom` -window root" |
156 | tile='-window root' | 156 | tile='-window root' |
157 | center='-backdrop -window root' | 157 | center='-backdrop -window root' |
158 | aspect=$full | 158 | aspect=$full |