.\" WindowLab - an X11 window manager .\" by Nick Gravgaard (me at nickgravgaard.com) .TH "WINDOWLAB" "1x" "1.40" "Nick Gravgaard" "" .SH "NAME" windowlab \- a window manager for X11 .SH "SYNOPSIS" .B windowlab \fI[options...]\fP .SH "DESCRIPTION" .B windowlab is a small and simple window manager of novel design. .PP It has a click\-to\-focus but not raise\-on\-focus policy, a window resizing mechanism that allows one or many edges of a window to be changed in one action, and an innovative menubar that shares the same part of the screen as the taskbar. Window titlebars are prevented from going off the edge of the screen by constraining the mouse pointer, and when appropriate the pointer is also constrained to the taskbar/menubar in order to make target menu items easier to hit. .PP WindowLab places a taskbar at the top of the screen and adds a titlebar to the top of each window. These titlebars consist of a draggable area, and three icons on the right hand side. When left clicked, these icons: .PP * hide the window .br * toggle the window's Z order Amiga style (if it's not at the front, bring it to the front, otherwise send it to the back) .br * close the window .PP Another way of toggling a window's Z order (depth) is by double left clicking on the draggable part of its titlebar. .PP Windows' titlebars are prevented from leaving the screen and cannot overlap the taskbar. .PP The taskbar should list all windows currently in use. Left clicking on a window's taskbar item will give that window focus and toggle its Z order (depth). .PP To resize the active window hold down alt and push against the window's edges with the left mouse button down. .PP If you right click outside a client window, WindowLab's taskbar becomes a menubar. Releasing the right mouse button over a selected menu item will start a corresponding external program. WindowLab will look in each of the following files in turn for definitions of the menu labels and commands: .PP * ~/\.windowlab/windowlab\.menurc .br * \.\./etc/windowlab\.menurc (from the directory containing the executable) .br * /etc/X11/windowlab/windowlab\.menurc .PP Each line in the menurc file should have the menu label, a colon, and then the corresponding command, eg: .PP The GIMP:gimp .PP New windows (that don't specify their location) are positioned according to the coordinates of the mouse \- the top\-left hand corner of a new window is set to the location of the mouse pointer (if necessary the window will be moved to ensure that all of it is on the screen). .PP WindowLab has the following keyboard controls. Hold down alt and press: .PP * .B tab to give focus to the previous window .br * .B q to give focus to the next window .br * .B F11 to toggle fullscreen mode on and off for non transient windows .br * .B F12 to toggle the window's depth. This is the same as left clicking a window's middle icon .SH "OPTIONS" .TP .B \-font \fIfont\-spec\fP Draw window titles with the font defined by .IR font\-spec . .TP .B \-border \fIcolor\fP, \-text \fIcolor\fP, \-active \fIcolor\fP, \-inactive \fIcolor\fP, \-menu \fIcolor\fP, \-selected \fIcolor\fP, \-empty \fIcolor\fP Use .I color for the borders, the text, the active background, the inactive background, the menubar, the selected menu item and empty parts of the screen. .TP .B \-about Print information to stdout and exit. .TP .B \-display Sets which X display will be managed by .BR windowlab . .SH "ENVIRONMENT VARIABLES" .B DISPLAY Sets which X display will be managed by .BR windowlab . .SH "MENU SYSTEM" This version of WindowLab supports the Debian Menu subsystem. To update the menus, it suffices to execute the command \fIupdate\-menus\fR. If executed as root, the system setting in . .IP "" 6 \fB/etc/X11/windowlab/windowlab.menurc\fR . .P will be affected, whereas execution by any underprivileged user only effects the private resource file in . .IP "" 6 \fB~/.windowlab/windowlab.menurc\fR. . .P The following files tune the compilation of auto\-generated menus: . .TP \fB/etc/X11/windowlab/debian_config\fR, \fB~/.windowlab/debian_config\fR Debian\-specific system configuration and user\-specific overrides. . .TP \fB/etc/X11/windowlab/common_menu\fR A common tail part, that currently encompasses \fIAbout\fR, \fIReload\fR and \fIQuit\fR. All users get these entries included in their menu. . .TP \fB~/.windowlab/user_menu\fR Menu entries hand-picked by the individual user. . .SH "SIGNALS" When WindowLab receives a \fBSIGHUP\fR signal, it will reload all relevant menu resource files, thus updating the menu bar. . .SH "SEE ALSO" .BR X (7), .I The Inter\-Client Communication Conventions Manual (from the X11R6 documentation). . .SH "AUTHOR" Nick Gravgaard (me at nickgravgaard.com)