twm: where is written to start 3 terminals and a clock?

Hi
When I start twm with [CMD=""]startx[/CMD] I see three xterm and one clock.


I'd like to know, in which file it's written to start them.
There isn't a ~/.twmrc file, and in /usr/local/share/X11/twm/system.twmrc it seems there isn't nothing about this.

thanks
 
/usr/local/lib/X11/xinit/xinitrc should be that file. BTW you can find more complex xinitrc on the web or maybe in this forum for other window managers to install... (although you may wish to back up the file, vs the method in the post below, as it probably/maybe is replaced upon the upgrade of /usr/local/x11/xinit ... )
 
They're started from /usr/local/lib/X11/xinit/xinitrc. See xinit(1).

If you want to change what gets started create an ~/.xinitrc file.
 
Back
Top