> With some window managers, yes. Not sure if icewm supports that. AFAIK this is not possible, but you can put you favorite programms in the taskbar. The file you have to edit is either /etc/X11/icewm/toolbar for the system-wide configuration or $HOME/.icewm/toolbar for your private config. The format is:
prog <PROGRAM-NAME> <ICON-NAME> <EXEC-STRING> This is an example for an rxvt with 9x15 font (white on black) and a green cursor and 500 lines scrollback-buffer. prog rxvt xterm rxvt -bg black -cr green -fg white -C -fn 9x15 -sl 500 You can find all this in the icewm-docu. - Konrad Mierendorff