man xtermcontrol (Commandes) - dynamic control of XFree86 xterm properties.
NAME
x - dynamic control of XFree86 xterm properties.
SYNOPSIS
x [OPTIONS]...
DESCRIPTION
x makes it easy to change colors, title, font and geometry of a running XFree86 xterm(1), as well as to report the current settings of the aforementioned properties.
Window manipulations de-/iconify, raise/lower, maximize/restore and reset are also supported.
To complete the feature set; x lets advanced users issue any xterm control
sequence of their choosing.
OPTIONS
- --fg=COLOR
- Set foreground color (see also COLOR NAMES).
- --bg=COLOR
- Set background color.
- --colorN=COLOR
- Set N'th [0-15] color.
- --highlight=COLOR
- Set highlight color.
- --cursor=COLOR
- Set cursor color.
- --mouse-fg=COLOR
- Set mouse pointer foreground color.
- --mouse-bg=COLOR
- Set mouse pointer background color.
- --font=FONT
- Set font name (see also FONT NAMES). Alternatively it is possible to specify a fontmenu index as '#[0-6]' or navigate the fontmenu by relative sizes as '#+N' or '#-N', where N is an optional integer.
- --title=STRING
- Set window title. Note that mechanisms like the bash(1) PROMPT_COMMAND may overwrite the title.
- --geometry=WIDTHxHEIGHT+XOFF+YOFF
- Set size and/or position. Through its control sequences the xterm only recognize positive XOFF and YOFF offsets, which are pixels relative to the upper left hand corner of the display. x is therefore unable to handle negative offsets as described in the X(7) GEOMETRY SPECIFICATIONS and therefore truncates negative values to zero.
- --get-fg
- Report foreground color.
- --get-bg
- Report background color.
- --get-colorN
- Report N'th [0-15] color.
- --get-highlight
- Report highlight color.
- --get-cursor
- Report cursor color.
- --get-mouse-fg
- Report mouse pointer foreground color.
- --get-mouse-bg
- Report mouse pointer background color.
- --get-font
- Report font.
- --get-title
- Report window title.
- --get-geometry
- Report size and position. The size of the text area is reported in characters and the position is reported in pixels relative to the upper left hand corner of the display.
- --maximize
- Maximize window.
- --restore
- Restore maximized window.
- --iconify
- Iconify window.
- --de-iconify
- De-iconify window.
- --raise
- Raise window.
- --lower
- Lower window.
- --reset
- Full reset.
- --raw=CTLSEQS
- Issue raw control sequence (see also XTERM CONTROL SEQUENCES).
- --file=FILE
- Force x to read configurations (see also CONFIGURATION) from FILE instead of the standard personal initialization file ~/.x.
- --force, -f
- Skip TERM environment variable check.
- --verbose, -v
- Print verbose reports.
- --help, -h
- Print help message and exit.
- --version
- Print the version number and exit.
CONFIGURATION
x reads a default, ~/.x, or a user specified configuration file on startup. Each line in the file is either a comment or contains an attribute. Attributes consist of a keyword and an associated value:
keyword = value # commentThe valid keyword/value combinations are:
foreground="COLOR" background="COLOR" highlight="COLOR" cursor="COLOR" mouse-foreground="COLOR" mouse-background="COLOR" geometry="WIDTHxHEIGHT+XOFF+YOFF" font="FONT" color0="COLOR" color1="COLOR" color2="COLOR" color3="COLOR" color4="COLOR" color5="COLOR" color6="COLOR" color7="COLOR" color8="COLOR" color9="COLOR" color10="COLOR" color11="COLOR" color12="COLOR" color13="COLOR" color14="COLOR" color15="COLOR"Whitespace is ignored in attributes unless within a quoted value. The character '#' is taken to begin a comment. Each '#' and all remaining characters on that line is ignored.
FONT NAMES
x accepts any X(7) FONT NAMES. Font names like '-adobe-courier-medium-r-normal--10-100-75-75-m-60-iso8859-1' are very cumbersome to write, so it is convenient to make use of aliases, e.g. 'fixed' or '8x13', if present in fonts.alias files of the font directories.
COLOR NAMES
x accepts any X(7) COLOR NAMES. Basically this means that colors are specified by name or rgb value, e.g. 'blue', 'rgb:0000/0000/FFFF' or '#00F'. Colors are typically reported by the xterm in a device-dependent numerical form, e.g. 'rgb:0000/0000/FFFF'. Note that old syntax rgb values should always be quoted to avoid '#' being interpreted as the beginning of a comment by the shell (see also FILES).
XTERM CONTROL SEQUENCES
The secret behind x is xterm control sequences. All the possible (there are a plethora of them) control sequences are documented in ctlseqs.ms, found in the xterm(1) distribution (see also FILES).
FILES
- <XRoot>/X11/rgb.txt
- Default rgb color name file location.
- ctlseqs.ms
- Xterm control sequences documentation. Distributed with xterm from http://dickey.his.com/xterm/
SEE ALSO
COPYRIGHT
Copyright © 2002-2004 Jess Thrysoee <jess@thrysoee.dk>