Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xtermset(1) [suse man page]

XTERMSET(1)						      General Commands Manual						       XTERMSET(1)

NAME
xtermset - change settings of an xterm SYNOPSIS
xtermset [-option ...] DESCRIPTION
xtermset allows you to change the characteristics of an xterm window from the command line. Most options have the same names as those that you would give xterm at startup. OPTIONS
-store [<filename>] This option will save all the other command line options given to the filename. If filename is omitted then the options will be written to ~/.xtermsetrc. -default [<filename>] This option will load options from the specified filename. If the filename is omitted then the options will be loaded from ~/.xtermsetrc. Options specified on the command line preceed those that are in the options file. -f, -force xtermset normally checks if you are using it on a correct terminal (xterm (derivative) or dtterm (derivative). With this option you can override this checking. -T string, -title string Sets the window title. -n string Sets the icon name. -fg color Sets the VT100 foreground color. -bg color Sets the VT100 background color. -mousefg color Sets the mouse pointer foreground color. -mousebg color Sets the mouse pointer background color. -tekfg color Sets the Tektronix emulation window foreground color. -tekbg color Sets the Tektronix emulation window background color. -cr color Sets the text cursor color. -hc color Sets the color for highlighted (selected) text. -fn font-spec, -font font-spec Sets the font. -geom geometry-spec, -geometry geometry-spec Sets the window size and position; see X(1) for details. FILES
~/.xtermsetrc SEE ALSO
bash(1), xterm(1), X(1) BUGS
-geom does not support offsets from the left or bottom of the screen. If the geometry-spec isn't in the correct format, the output will be strange. AUTHORS
Breyten Ernsting (bje@dds.nl) Decklin Foster (decklin@home.com) User Commands Dec 2000 XTERMSET(1)

Check Out this Related Man Page

AOSD(1) 							   User Commands							   AOSD(1)

NAME
aosd_cat - displays text on the screen SYNOPSIS
aosd_cat [OPTION...] DESCRIPTION
Displays UTF-8 text in a transparent OSD frame. For parameters marked with asterisk (*) valid range is 0-255. Those, which are marked with double asterisk (**), accept negative values. Coloring parameters are specified in either #RGB format or from rgb.txt. Timing parameters are specified in milliseconds. Scrollback lim- its are cancelled with 0 parameter. Age is in seconds. Geometry Options: -p, --position Sets the OSD window position. Or to be more precise, selects the point of the screen which is told to be the beginning of the coor- dinates (the 0,0 point) AND selects the point of the OSD window to collocate with it. Valid range is 0-8, where 0 is top-left corner and 8 is bottom-right corner. Default value is 6. -x, --x-offset ** Sets the x-axis window offset from the (0,0) point. Default value is 50. -y, --y-offset ** Sets the y-axis window offset from the (0,0) point. Default value is -50. -e, --shadow-offset ** Sets the shadow offset. Default value is 2. -d, --padding * Sets the margin from the edge to the contents. Default value is 0. Appearance Options: -t, --transparency Sets the transparency mode. 0=none, 1=fake, 2=composite. Default value is 2. -n, --font Sets the OSD font. No default value. -w, --width Sets the OSD wrapping width in pixels. If set to zero, text will be wrapped on screen width or will not be wrapped at all if other parameters make it impossible to layout correctly. Default value is 0. Coloring Options: -B, --back-color Sets the background color. No default value. -S, --shadow-color Sets the shadow color. Default value is black. -R, --fore-color Sets the foreground color. Default value is green. Opacity Options: -b, --back-opacity * Sets the background opacity. Default value is 0. -s, --shadow-opacity * Sets the shadow opacity. Default value is 192. -r, --fore-opacity * Sets the foreground opacity. Default value is 255. Timing Options: -f, --fade-in Sets the fade in time. Default value is 300. -u, --fade-full Sets the time to show with full opacity. Default value is 3000. -o, --fade-out Sets the fade out time. Default value is 300. Scrollback Options: -a, --age Sets the line age removal limit. Default value is 0. -l, --lines Sets the line amount removal limit. Default value is 1. Application Options: -i, --input Sets the input text source. Default value is -. BUGS
This manpage may be out of date. Use --help to get the latest options. Thank you for using libaosd! Please send bug reports to: http://jira.atheme.org/ aosd_cat November 2007 AOSD(1)
Man Page