Robert Lindgren <[EMAIL PROTECTED]> typed: :Is it possible to change the the iconpixmap display for rxvt?
Not without adding extra code. rxvt only sets WMNormalHints not WMHints. : I only get :the boring standard x for all rxvt and :rxvt -xrm '*IconPixmap: /usr/X11R6/include/X11/bitmaps/tie_fighter' :doesn't work like for xterm (uschh). I have tried everthing else and :browsed thou the code. But if I understand it clear this is set by X :itself, but it seams like rxvt doesn't pass this argument to the :X-server. xterm passes these into Xt (the X Toolkit) which parses -xrm <resource> items for stuff it wants, e.g. IconPixmap resource, and Xt sends the appropriate through to the X server. rxvt relies on the window manager to set any alternative icon pixmaps - several WMs allow you to set different icons per program. Regards, -- Geoff Wing : <[EMAIL PROTECTED]> Rxvt Stuff : <[EMAIL PROTECTED]> Zsh Stuff : <[EMAIL PROTECTED]>
