Setting Up TWM Under Ubuntu
Getting TWM, a.k.a. the Window Manager Of The Gods working under Ubuntu is actually quite easy.
- Install the twm package:
sudo apt-get install twm - Create a twm desktop config file for your display manager:
cat > /usr/share/xsessions/twm.desktop
[Desktop Entry]
Encoding=UTF-8
Name=twm
Comment=
Exec=twm
Icon=
Type=Application
CTRL-D
Now, you’re free to select twm from the list of display managers. I really ought to get around to submitting a mod to the twm package as this config file should be in the distribution automatically, like the other window managers are.
And yes, I use TWM every day on my quad display system. It’s the best, fastest, and least intrusive window manager I’ve ever used.

March 28th, 2006 at 16:18
Thanks for this tip.
October 18th, 2007 at 07:03
Now, you’re free to select twm from the list of display managers.
??? Where? How?
October 18th, 2007 at 13:48
It’s on the GDM login screen under session selection. Before you login, that is.
October 22nd, 2007 at 00:53
Sorry, but on my ubuntu (7.06) there is no choice on the logon screen!?
October 22nd, 2007 at 01:49
Ok, sorry, my screenresolution was to big and i dont see all of it
Thank you for the tips.
January 21st, 2009 at 15:54
Well, I tested it in version 8.10 and now the package installation do it for you. You only need:
sudo apt-get install twm
Regards