How do I tell XWindow to use ICEWM
The next step is tell XWindow that we want to use Icewm when we launch it or we
login under XDM, KDM or GDM with a given user. To do that we just need to
modify a small configuration file where we'll add the "exec icewm" command.
If we launch XWindow using the "startx" command, the file to modify is
the .xinitrc file under our HOME directory. If we use XDM, KDM or GDM, the
file to change is the .xsession file under the same directory. If any of these
files do not exist we just create it and give it execution permissions by
executing "chmod +x filename"). Both files have the same syntax:
A .xinitrc or .xsession example:
export LANG=es_ES
exec icewm
If we want to launch applications automatically when we start XWindow we
can use the same file before launching the Window Manager:
export LANG=es_ES
exec gkrellm &
exec icewm
On the previous example, next time we launch ICEWM, XFree86 will launch the CPU/Network/Disk
monitor called GKRELLM automatically.
Next: Icewm's manual configuration
Page created by the "ICEWM-adicts" Santiago Romero,
Javier Malonda, flytrap and Jose A. Calvo .
-compiler@escomposlinux.org