Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

9wm(1) [debian man page]

9wm(1)							      General Commands Manual							    9wm(1)

NAME
9wm - 8-1/2-like Window Manager for X SYNOPSIS
9wm [ -grey ] [ -version ] [ -font fname ] [ -term termprog ] [ exit|restart ] DESCRIPTION
9wm is a window manager for X which attempts to emulate the window management policies of Plan 9's 8-1/2 window manager. The -grey option makes the background light grey, as does 8-1/2. Use this option for maximum authenticity. -font fname sets the font in 9wm's menu to fname, overriding the default. -term termprog specifies an alternative program to run when the New menu item is selected. -version prints the current version on standard error, then exits. To make 9wm exit, you have to run 9wm exit on the command line. There is no ``exit'' menu item. 9wm is click-to-type: it has a notion of the current window, which is usually on top, and always has its border darkened. Characters typed at the keyboard go to the current window, and mouse clicks outside the current window are swallowed up by 9wm. To make another window the current one, click on it with button 1. Unlike other X window managers, 9wm implements `mouse focus': mouse events are sent only to the current window. A menu of window operations is available by pressing button 3 outside the current window. The first of these, New, attempts to spawn a 9term process (or xterm if 9term is not available). The new 9term will request that its outline be swept using button 3 of the mouse, by changing the cursor. (xterm defaults to a fixed size, and thus wants to be dragged; pressing button 3 places it.) The next four menu items are Reshape, Move, Delete, and Hide. All of the operations change the cursor into a target, prompting the user to click button 3 on one of the windows to select it for the operation. At this stage, clicking button 1 or 2 will abort the operation. Oth- erwise, if the operation was Resize, the user is prompted to sweep out the new outline with button 3. If it was Move, the user should keep the button held down after the initial click that selected the window, and drag the window to the right place before releasing. In either case, button 1 or 2 will abort the operation. If the Delete operation is selected, the window will be deleted when the button is released. This typically kills the client that owns the window. The Hide operation just makes the window invisible. While hidden, the window's name appears on the bottom of the button 3 menu. Selecting that item brings the window back (unhides it). This operation replaces the iconification feature provided by other window man- agers. BUGS
Is not completely compatible with 8-1/2. There is a currently a compiled-in limit of 32 hidden windows. SEE ALSO
9term(1), xterm(1). 9wm(1)

Check Out this Related Man Page

AEWM(1x)																  AEWM(1x)

NAME
aewm - An Exiguous Window Manager SYNOPSIS
aewm [options...] DESCRIPTION
aewm is an X11 window manager with very few features. It draws a small titlebar above top-level windows, allows you to manipulate them with the mouse, and starts other programs when the root window is clicked. That's also about all it does, so don't expect anything nifty. The titlebar contains a small box in the upper right corner. Clicking the 1st, 2nd, or 3rd buttons on the main area of the titlebar will raise, move, or lower the window, respectively. Clicking on the box will respectively hide, resize, or close the window. By default, clicking on the root window with button 1 will run aemenu(1x), and button 3 will start a new xterm(1x), and and button 2 will run aemenu --switch. aemenu (or another equivalent program) is required to unhide hidden windows; aewm does not do this itself. OPTIONS
--config file, -rc file Read configuration options from file. This overrides options which precede it in the command line. --font xfld, -fn xfld Draw window titles using the font defined by xfld. --bgcolor color, -bg color Set the background color of window frames. --fgcolor color, -fg color Set the foreground color of window frames. --bdcolor color, -bd color Set the color of window borders. --bdwidth width, -bw width Draw window borders width pixels wide. --padding width, -p width Draw width pixels of space between window borders and window titles. --new1 command, -1 cmd Run command when button 1 is clicked on the root window. --new2 command, -2 cmd Run command when button 2 is clicked on the root window. --new3 command, -3 cmd Run command when button 3 is clicked on the root window. --help, -h Print a short help message to stdout and exit. --version, -v Print version information to stdout and exit. ENVIRONMENT
DISPLAY Sets which X display will be managed by aewm. SEE ALSO
aeclients(1x), X(7), The Inter-Client Communication Conventions Manual (from the X11R6 documentation). AUTHOR
Decklin Foster <decklin@red-bean.com> AEWM(1x)
Man Page