Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-spam!ames!ucbcad!ucbvax!watdragon.waterloo.edu!jmsellens From: jmsellens@watdragon.waterloo.edu ("John M. Sellens") Newsgroups: comp.windows.x Subject: man page for xsetroot(1) Message-ID: <8703060649.AA24102@watdragon.uucp> Date: Fri, 6-Mar-87 01:49:20 EST Article-I.D.: watdrago.8703060649.AA24102 Posted: Fri Mar 6 01:49:20 1987 Date-Received: Sun, 8-Mar-87 03:35:01 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 82 I couldn't find a man page for xsetroot(1) on my X V10R4 tape. So I put this one together. John Sellens -- Logic Programming and Artificial Intelligence Group {decvax|utzoo|ihnp4|allegra|clyde}!watmath!watdragon!jmsellens jmsellens@dragon.waterloo.{edu,CDN} jsellens@watmta.BITNET jmsellens%dragon@waterloo.csnet .TH XSETROOT 1 "15 November 1985" "X Version 10" .SH NAME xsetroot \- X window system root window parameter setting utility .SH SYNOPSIS .B xsetroot .RI [ -help ] .RI [ -def ] .RI [ "-fg " ] .RI [ "-bg " ] .RI [ -invert ] .RI [ "-name " ] .RI [ "-cursor " ] .RI [ "-solid " ] .RI [ -gray ] .RI [ -grey ] .RI [ "-bitmap " ] .RI [ "-mod " ] .RI [ host : display ] .SH DESCRIPTION .I Xsetroot allows you to set the characteristics of the ``root'' or background window on an X server. If no options are specified, or if .I -def is specified, the window is reset to its default state. .I -def can be specified along with other options and only the non-specified characteristics will be reset to the default state. .PP Only one of the colour changing options ( .IR -solid , .IR -gray , .IR -grey , .IR -bitmap and .IR -mod ) may be specified at a time. .PP The various options are as follows: .IP -help Print a usage message and exit. .IP -def Reset unspecified attributes to the default values. .IP "-fg " Use ``'' as the foreground colour when setting attributes. .IP "-bg " Use ``'' as the background colour when setting attributes. .IP -invert Swap the values of the foreground and background colours when setting attributes. .IP "-name " Set the name of the root window to ``''. The default value is ``X Root Window''. .IP "-cursor " Use the cursor and mask in the specified files as the root window cursor. .IP "-solid " Set the window colour to ``''. .IP -gray Set the window colour to grey. .IP -grey Set the window colour to gray. .IP "-bitmap " Use the bitmap specified in the file to set the window pattern. .IP "-mod " Use and to set a ``modula'' pattern (whatever that is) for the window. .SH AUTHOR Copyright (c) 1985, 1986 by Massachusetts Institute of Technology. .br See \fIX(1)\fP for a full copyright notice. .br Tony Della Fera, DEC .SH "SEE ALSO" xset(1), X(8C)