1. There are 3 missing config files. Copy them from /usr/share/icewm to ~/.icewm as user:
- Code: Select all
cp /usr/share/icewm/keys ~/.icewm
cp /usr/share/icewm/preferences ~/.icewm
cp /usr/share/icewm/winoptions ~/.icewm
2. To make icewm a little more usable, I suggest editing ~/.icewm/preferences as follows:
- Code: Select all
leafpad ~/.icewm/preferences
MenuMouseTracking=1
TaskBarShowCollapseButton=1
ClockCommand="osmo"
RunCommand="fbrun"
ShutdownCommand="sudo halt"
RebootCommand="sudo reboot"
MailCommand="claws-mail"
CPUStatusCommand="wterm -tr +sb -fg white -T "Htop" -e htop"
NetStatusCommand="/opt/wicd/gui.py"
Just find the lines, uncomment them, and edit as suggested.
3. If you would like to add themes, create the folder ~/.icewm/themes and extract the tarballs to that directory.
- Code: Select all
mkdir ~/.icewm/themes
Most themes have an icon for xterm, but not for wterm. So the result is a "wterm" button on your toolbar instead of the terminal icon from your theme. Here's a fix:
- Code: Select all
leafpad ~/.icewm/toolbar
Edit it as follows:
- Code: Select all
prog wterm xterm wterm -tr +sb -fg white -T "antiX"
4. Add a mixer to your toolbar. Add the following to ~/.icewm/toolbar:
- Code: Select all
prog "Mixer" /usr/share/pixmaps/icon_aumix.xpm aumix
Or you could just use your keyboard with some predefined keys. Look in ~/.icewm/keys and you will see that there are some keys already defined for raising/lowering the volume using aumix.
5. Now would be a good time to log out and try your new icewm settings.
Some items for the future:
1. editing the menu (for this project I will use icemc from the repos)
2. porting config-user to icewm
3. additional tweaks as I learn more (for example, the absolute project found a way to include a volume slider on the taskbar. that's cool)
Peace Out.
john
