TWM is a rather simplistic window manager that is suitable for managing the windows of a media center. However one annoying thing is that you have to give it the initial placement of new windows. To avoid this use the following option:
1
| echo RandomPlacement >> ~/.twmrc |
echo RandomPlacement >> ~/.twmrc
and to get rid of the window titles use
1
| echo NoTitle >> ~/.twmrc |