Setting Up TWM Under Ubuntu

Getting TWM, a.k.a. the Window Manager Of The Gods working under Ubuntu is actually quite easy.

  1. Install the twm package: sudo apt-get install twm
  2. 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.

6 Responses to “Setting Up TWM Under Ubuntu”

  1. William Says:

    Thanks for this tip.

  2. Marco Says:

    Now, you’re free to select twm from the list of display managers.

    ??? Where? How?

  3. caskey Says:

    It’s on the GDM login screen under session selection. Before you login, that is.

  4. Marco Says:

    Sorry, but on my ubuntu (7.06) there is no choice on the logon screen!?

  5. Marco Says:

    Ok, sorry, my screenresolution was to big and i dont see all of it ;-)
    Thank you for the tips.

  6. Carlos Rafael Ramirez Says:

    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

Leave a Reply