IceWM uses the following configuration files:
preferences
- General settings - paths, colors, fonts...
menu
- Menu of startable applications. Usually
customized by the user.
programs
- Automatically generated menu of startable
applications (this should be used for wmconfig, menu or similiar packages, perhaps
as a part of the login or X startup sequence).
winoptions
- Application window options
Default values are shown following the equal sign.
The following settings can be set to value 1 (enabled) or value 0 (disabled).
Show X (close) button on the title bar (0 = off, 1 = last, 2 = first)
Enables click to focus mode.
Window is raised when focused.
Window is focused when client area is clicked.
Window is raised when client area is clicked.
Window is raised when titlebar is clicked.
Window is raised when title bar button is clicked.
Window is raised when frame is clicked.
The click which raises the window is also passed to the client.
Windows will raise automatically after AutoRaiseDelay when focused.
Window is focused after being mapped.
Transient window is focused after being mapped.
The window is focused when application raises it.
Colormap focus follows pointer.
Window can be resized when maximized.
Window is minimized to desktop area (in addition to the taskbar).
Alt+Tab switches to minimized windows too.
Move/resize status window is visible when moving/resizing the window.
Pointer is moved in pointer focus move when focus is moved using the keyboard.
Window is immediately moved when dragged, no outline is shown.
Window is immediatelly resized when dragged, no outline is shown.
Makes 3 additional keys perform sensible functions. The keys must be mapped to MetaL,MetaR and Menu. The left one will activate the start menu and the right one will display the window list.
Windows must be placed manually by the user.
Ignore no-accept-focus hint set by some windows.
If enabled, menus will track the mouse even when no mouse button is pressed.
Task bar is visible.
Task bar is located at top of screen.
Task bar will auto hide when mouse leaves it.
Show button for the start menu on the task bar.
Show button for window list menu on taskbar.
Show workspace switcing buttons on task bar.
Show windows from all workspaces on task bar.
Task bar clock is visible.
Display clock using LCD style pixmaps.
Display status of mailbox (determined by $MAIL environment variable).
Beep when new mail arrives.
Double height task bar
Show CPU status on task bar.
format for the taskbar clock (time) (see strftime(3) manpage)
format for the taskbar clock tooltip (date+time) (see strftime(3) manpage).
mouse wheel support
similiar to delayed auto raise.
The following settings can be set to a numeric value.
Left/right border width.
Top/bottom border height.
Left/right border width of non-resizable windows.
Top/bottom border height of non-resizable windows.
Width of the window corner.
Height of the window corner.
Height of the title bar.
Resistance to move window with mouse outside screen limits.
Movement before click is interpreted as drag.
Time (ms) to recognize for double click.
Time before showing the tooltip.
The following settings can be set to a string value.
Name of the theme to use. Themes are *.theme files located in /themes/theme/*.theme files.
Name of the title bar font.
Name of the menu font.
Name of the status display font.
Name of the font for Alt+Tab switcher window.
Name of the normal task bar item font.
Name of the active task bar item font.
Name of the window list font.
Name of the tool tip font.
Name of the task bar clock font.
Color of the active window border.
...
Path to the icewm/lib directory.
Path to the icon directory. Multiple paths can be entered using the colon (UNIX) or semicolon (OS/2) as the separator.
program to run when the clock is double clicked.
program to run when mailbox icon is double clicked.
program to run to lock the screen.
program to run when Run is selected from the start menu.
User menu configuration file.
Automatically generated menu configuration file of installed programs.
winoptions file is used to configure settings for individual application windows.
Each line in the file must be in one of the possible formats:
window_class.window_name.option: argument window_name.option: argument window_class.option: argument
Each window on the desktop has (should) class and name resources associated with it.
They can be determined using the xprop
utility.
xprop should display a line like this when used on a toplevel window:
WM_CLASS = "name", "class"
Options that can be set per window are as follows:
The name of the icon.
Default workspace for window.
Default layer for the window. Layer can be one of the following strings:
Desktop window. There should be only one window in this layer.
Below default layer.
Default layer for the windows.
Above the default.
Layer for windows docked to the edge of the screen.
Layer for the windows above the dock.
You can also use the numbers from WinMgr.h
.
If set to 1, window will be visible on all workspaces.
If set to 1, window will not appear in the window list.
If set to 1, window will not appear on the task bar.
If set to 1, window will not be accessible using QuickSwitch feature (Alt+Tab).
If set to 1, the window manager leave more keys (Alt+F?) to the application.
If set to 0, window will not be moveable.
If set to 0, window will not be resizeable.
If set to 0, window will not be closeable.
If set to 0, window will not be minimizeable.
If set to 0, window will not be maximizeable.
If set to 0, window will not be hideable.
If set to 0, window will not be shadeable.
If set to 0, window will not have a title bar.
If set to 0, window will not have a system menu.
If set to 0, window will not have a border.
If set to 0, window will not have a resize border.
If set to 0, window will not have a close button.
If set to 0, window will not have a minimize button.
If set to 0, window will not have a maximize button.