IceWM
According to Wikipedia:
- IceWM is a window manager for the X Window System graphical infrastructure, written by Marko Maček. It was coded from scratch in C++ and is released under the terms of the GNU Lesser General Public License. It is relatively lightweight in terms of memory and CPU usage, and comes with themes that allow it to imitate the UI of Windows 95, OS/2, Motif, and other graphical user interfaces". Configurability and presence of simple session management places IceWM between simplest DEs and feature-rich WMs.
Contents |
Installation
IceWM can be installed from official repositories with package icewm.
Alternatively, the latest version from the testing branch (icewm-testing) and CVS version (icewm-cvs) are available from the AUR. These versions add new features and bugfixes (due to slow development they are often equal with othe official repositories icewm).
Running as stand-alone WM
To run IceWM as a stand-alone window manager, append the following to ~/.xinitrc:
exec icewm
icewm-session will run icewm, icewmbg and icewmtray, so appending the following to {{ic|~/.xinitrc} implements basic session management:
exec icewm-session
See xinitrc for details, such as preserving the logind session.
IceWM as a WM for desktop environments
Actions required to use IceWM with DE are basically same as ones for Openbox (and probably any other WM).
Configuration
Although IceWM configuration is originally text-based, there are GUI-based tools available, notably icewm-utils in [community]. However these tools are relatively old and most users prefer to simply edit the text configuration files. Configuration changes from defaults can be made either system wide (in /etc/icewm/) or on a user-specific basis (in ~/.icewm/).
To change your icewm configuration from the default, simply copy the default configuration files from /usr/share/icewm/ to ~/.icewm/, for example:
$ mkdir ~/.icewm/ $ cp -R /usr/share/icewm/* ~/.icewm/
preferencesis the core configuration file for IceWM.menucontrols the contents of the IceWM application menu.keysallows the user to customize keyboard shortcutstoolbarrow of launcher icons on the taskbarwinoptionsbehavior of individual applicationsthemetheme path/namestartupscript or command (must be executable) executed on startupshutdownthe same for shutdown
Menu
- menumaker from the official repositories is a Python script that automatically populates your applications menu based on what is installed in your system. Although this may result in a menu filled with many unwanted applcations, it may still be preferable to manually editing the menu configuration file. When running MenuMaker, use the -f flag to overwrite an existing menu file:
# mmaker -f icewm
- Another tool written in perl is the archlinux-xdg-menu:
# xdg_menu --format icewm --fullmenu --root-menu /etc/xdg/menus/arch-applications.menu > ~/.icewm/menu
Themes
Some themes are included by default, much larger selection is available in the icewm-themes package in the repository, but even the best of them have a spartan, 'old Windows' feel. Much better examples (like [1], [2] or [3]) can be found at box-look.org.
File managers
It should be noted that IceWM is a window manager only and therefore does not include a file manager. PCManFM and Rox Filer enable desktop icons, but Idesk can also be used to achieve this functionality.
See also
- Xinitrc
- Official IceWM website
- IceWM - Gentoo Linux Wiki
- IceWM - The Cool Window Manager - Detailed introduction on OSNews
- IceWM - A desktop for Windows emigrants - Overview and tutorial from polishlinux.org