Penguin
Annotated edit history of xsetroot(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 JohnMcPherson 1 !!NAME
2 xsetroot - root window parameter setting utility for X
3
4 !!SYNOPSIS
5 __xsetroot__ [[-help] [[-def] [[-display ''display''] [[-cursor ''cursorfile maskfile''] [[-cursor_name ''cursorname''] [[-bitmap ''filename''] [[-mod ''x y''] [[-gray] [[-grey] [[-fg ''color''] [[-bg ''color''] [[-rv] [[-solid ''color''] [[-name ''string'']
6
7 !!DESCRIPTION
8 The ''setroot'' program allows you to tailor the appearance of the background ("root") window on a workstation display running X. Normally, you experiment with ''xsetroot'' until you find a personalized look that you like, then put the ''xsetroot'' command that produces it into your X startup file. If no options are specified, or if ''-def'' is specified, the window is reset to its default state. The ''-def'' option can be specified along with other options and only the non-specified characteristics will be reset to the default state.
9
10 Only one of the background color/tiling changing options (-solid, -gray, -grey, -bitmap, and -mod) may be specified at a time.
11
12 !!OPTIONS
13
14
15 The various options are as follows:
16 ;__-help__: Print a usage message and exit.
17 ;__-def__: Reset unspecified attributes to the default values. (Restores the background to the familiar gray mesh and the cursor to the hollow x shape.)
18 ;__-cursor__ ''cursorfile'' ''maskfile'': This lets you change the pointer cursor to whatever you want when the pointer cursor is outside of any window. Cursor and mask files are bitmaps (little pictures), and can be made with the ''bitmap(1)'' program. You probably want the mask file to be all black until you get used to the way masks work.
19 ;__-cursor_name__ ''cursorname'': This lets you change the pointer cursor to one of the standard cursors from the cursor font. Refer to appendix B of the X protocol for the names (except that the XC_ prefix is elided for this option).
20 ;__-bitmap__ ''filename'': Use the bitmap specified in the file to set the window pattern. You can make your own bitmap files (little pictures) using the ''bitmap(1)'' program. The entire background will be made up of repeated "tiles" of the bitmap.
21 ;__-mod__ ''x'' ''y'': This is used if you want a plaid-like grid pattern on your screen. x and y are integers ranging from 1 to 16. Try the different combinations. Zero and negative numbers are taken as 1.
22 ;__-gray__: Make the entire background gray. (Easier on the eyes.)
23 ;__-grey__: Make the entire background grey.
24 ;__-fg__ ''color'': Use ``color'' as the foreground color. Foreground and background colors are meaningful only in combination with -cursor, -bitmap, or -mod.
25 ;__-bg__ ''color'': Use ``color'' as the background color.
26 ;__-rv__: This exchanges the foreground and background colors. Normally the foreground color is black and the background color is white.
27 ;__-solid__ ''color'': This sets the background of the root window to the specified color. This option is only useful on color servers.
28 ;__-name__ ''string'': Set the name of the root window to ``string''. There is no default value. Usually a name is assigned to a window so that the window manager can use a text representation when the window is iconified. This option is unused since you can't iconify the background.
29 ;__-display__ ''display'': Specifies the server to connect to; see ''X(7x)''.
30
31 !!SEE ALSO
32 X(7x), xset(1), xrdb(1)
33
34 !!AUTHOR
35 Mark Lillibridge, MIT Project Athena
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.