DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Customizing the window manager

Examining the window manager configuration file

The window manager configuration file is divided into the following sections:

The following pseudo-code illustrates the syntax of the window manager configuration file:
   Menu menu_name
   {
       label  [mnemonic]  [accelerator]  function
       ...
   }
   

Buttons bindings_set_name { button context function ... }

Keys bindings_set_name { key context function ... }

By default, the menu section defines the contents of the Window and Root menus. You can also specify submenus in this section, if desired. Menu items are paired with predefined window manager functions.

A ``binding'' is a mapping between a user action (such as a keystroke) and a window manager function. The button bindings section specifies mouse buttons or key/button combinations that can be used to invoke various window manager functions. The key bindings section specifies keyboard keys that can be used to invoke the predefined functions.

See also:


Next topic: Using window manager functions
Previous topic: Creating a personal window manager configuration file

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 26 May 2005