Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

aeclients(1x) [debian man page]

AECLIENTS(1x)															     AECLIENTS(1x)

NAME
aemenu, aepanel, aesession, switch-desk - programs for use with aewm(1x) SYNOPSIS
aemenu [--config|-rc <file>] [-s|--switch] aepanel [--config|-rc <file>] [-b|--bottom] aesession aedesk [-n <num>] [[+|-]<num>] DESCRIPTION
The programs listed above provide several window and session management features to complement aewm(1x). aemenu and aepanel launch pro- grams and raise existing windows (or unhide iconified ones). aemenu uses a popup menu to accomplish this (the --switch option changes the function of this menu), while aepanel stays on the screen inbetween uses (launching and switching functionality are both always available). Each program comes in both a GTK+ and a Xaw version; aemenu is actually a symlink to either aemenu-gtk or aemenu-xaw (likewise for aepanel). The list of programs to be run by both clients is read from $HOME/.aewm/clientsrc. There are two kinds of directives that may be used in this file: cmd "Description" "command" defines a command, which whill be interpreted by sh(1). menu "Title" (...) end defines a submenu. The number of submenus that can be nested within each other is limited only by stack space. Double quotes may be included within quoted strings by escaping them with a blackslash ("), and quotes may be omitted around single-word descriptions or com- mands. Blank lines and lines starting with '#' are ignored. aesession is a do-nothing program; it will simply reap any children it inherits and then sleep. By ending your $HOME/.xsession script with "exec aesession", you can exit and restart aewm(1x) without killing your X session. The author does not really expect anyone except WM hackers to find this useful. aedesk changes to a new virtual desktop, specfied by num, or sets the number of available desktops, with -n. FILES
$HOME/.aewm/clientsrc SEE ALSO
aewm(1x) AUTHORS
Decklin Foster <decklin@red-bean.com> Adam Sampson <ats@offog.org> AECLIENTS(1x)

Check Out this Related Man Page

run(1F) 							   FMLI Commands							   run(1F)

NAME
run - run an executable SYNOPSIS
run [-s] [-e] [-n] [-t string] program DESCRIPTION
The run command runs program, using the PATH variable to find it. By default, when program has completed, the user is prompted (Press ENTER to continue:), before being returned to FMLI. The argument program is a system executable followed by its options (if any). OPTIONS
The following options are supported: -e If -e is specified, the user is prompted before returning to FMLI only if there is an error condition -n If -n is specified, the user is never prompted before returning to FMLI (useful for programs like vi, in which the user must do some specific action to exit in the first place). -s The -s option means "silent", implying that the screen does not have to be repainted when program has completed. The -s option should only be used when program does not write to the terminal. In addition, when -s is used, program cannot be interrupted, even if it recognizes interrupts. -tstring If -t is specified, string is the name this process has in the pop-up menu generated by the frm-list command. EXAMPLES
Example 1 Sample Output of the run Command Here is a menu that uses run: menu="Edit special System files" name="Password file" action=`run -e vi /etc/passwd` name="Group file" action=`run -e vi /etc/group` name="My .profile" action=`run -n vi $HOME/.profile` ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5) SunOS 5.11 7 Nov 2005 run(1F)
Man Page