diff options
author | fluxgen <fluxgen> | 2003-05-12 19:58:47 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-12 19:58:47 (GMT) |
commit | 2ea2bbe364c7d0a95561413d0cb8a684f8f11d66 (patch) | |
tree | d45622fbfa8ea0c876249e04fb777ca0ccba8e55 | |
parent | 0aab0f60ab268cb3dfb61aa70d3af21a93d5df8b (diff) | |
download | fluxbox_paul-2ea2bbe364c7d0a95561413d0cb8a684f8f11d66.zip fluxbox_paul-2ea2bbe364c7d0a95561413d0cb8a684f8f11d66.tar.bz2 |
indentation
-rw-r--r-- | util/fbsetbg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/fbsetbg b/util/fbsetbg index ddf57cf..18e170a 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.5 2003/05/12 19:52:58 fluxgen Exp $ | 26 | # $Id: fbsetbg,v 1.6 2003/05/12 19:58:47 fluxgen Exp $ |
27 | 27 | ||
28 | # | 28 | # |
29 | # Portability notes: | 29 | # Portability notes: |
@@ -152,7 +152,7 @@ case $WPSETTER in | |||
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 |