Iconic question

On startup, I start my xterm iconfified:

Style xterm StartIconic

Which is cool, but is there a way to make it so only on startup does it start iconified but every other instance xterm would start normally when executed?

Style xterm StartNormal
AddToFunc StartFunction I Test (Init) Exec exec xterm -iconic -other -options

– Thomas Adam

On my Debian Lenny system xterm barfed errors for -other -options but this worked:

Style xterm StartNormal AddToFunc StartFunction I Test (Init) Exec exec xterm -iconic

Thanks! Works great!

Yes – a tiny bit of common-sense is all I ask for…

– Thomas Adam

I can tell by your posts it can frustrating sometimes. I try hard to figure things out and troubleshoot before shooting off my mouth.