GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XMTOOLBOX(1) FreeBSD General Commands Manual XMTOOLBOX(1)

xmtoolbox - application launcher

xmtoolbox [-rcfile <file>] [-horizontal] [-hotkey [modifier[+...]]+key]

XmToolbox displays a user defined, multi-level menu of application groups and applications. It also interfaces with the xmsm(1) session manager to provide screen locking and session commands.

Specify a configuration file to use. See CONFIGURATION for details.
Specify toolbox window title. Default is user's login name and the host name.
Hotkey to raise and focus the toolbox window. See the resource description below.
Specifies whether the top-level menu should be laid out horizontally, rather than vertically.

XmToolbox reads its menu configuration from text files. If not specified on command line with the -rcfile option, its location defaults to .toolboxrc in user's home directory and toolboxrc in any of system configuration directories e.g. /etc/X11, /usr/lib/X11.

A menu is defined by specifying the menu title followed by one or more menu item definitions enclosed in {...} brackets. Menu items are specified one per line, starting with the title string separated by the : character from the command† to be executed. A horizontal line may be added between menu items with the special identifier SEPARATOR. Any character in the title string may be prefixed with the ampersand character to specify a mnemonic. Comments may be entered following the # character at the beginning of a line. Sub-menus may be defined by placing them within the scope of the parent menu. Menu scope {} delimiters may only be placed at the beginning of an otherwise empty line.

Literal & and : characters in title strings may be specified by prefixing them with the \ escape character. Literal whitespace characters in the command string may be specified either by escaping them with \, or enclosing the part of the string in quotation marks.

The command string may contain sh(1) like ($... and ${...}) environment variables, which will be expanded accordingly. A literal $ may be specified with $$. Undefined variables are not treated as error, and expand to nothing, though a warning is printed to stderr.

# Comment
Menu Title
{
	Title: Command
	SEPARATOR
	...
	Submenu Title
	{
		Title: Command
		...
	}
}

This resource is used to specify a custom window title. Defaults to user's login name and the host name: <user>@<host>.
Display date and time. Default is True.
Date and time format string. See strftime(3). Defaults to "%D %l:%M %p".
One or more modifiers followed by a key name (X KeySym names, separated by whitespace or +) defining the hotkey to raise and focus the toolbox window at any time, or None if no hotkey assignment is desired. Defaults to None.
Specifies whether the top-level menu should be laid out horizontally, rather than vertically. Default is False.
Full path to the configuration file. See CONFIGURATION for details.
If true, separators will be displayed between launcher, session and time/date display parts. Default is True.

XmToolbox responds to SIGUSR1 signal by reparsing the menu configuration file.

xmsm(1) emwm(1)

Toolbox was written and is maintained by alx@fastestcode.org


Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.