twm

From Alpine Linux
Revision as of 03:20, 15 January 2024 by Zcrayfish (talk | contribs) (Lowercase title. Move things around a bit. Simplify directions a bit. Use cat and pkg templates. Trivial grammar improvements.)
A depiction of Alpine Linux interface with twm window manager
A depiction of Alpine Linux interface with twm window manager

twm (Tab Window Manager) is the standard window manager for the X Window System since version X11R4.

Prerequisites

Installation

In home directory create a file named ".xinitrc":

vi ~/.xinitrc

Or, if you prefer nano text editor

nano ~/.xinitrc

Write to file:

Contents of ~/.xinitrc

exec twm

Save the file.

Install twm

# apk add twm

If doing no further configuration, you will also need xterm to open apps:

# apk add xterm

Start the X window manager

startx

You will be greeted with a black screen. Hold left mouse button and select "XTerm". Type in a program name to launch it.

Keyboard layout

The keyboard layout defaults to US qwerty. If you use an alternative layout (e.g. Colemak) you can install setxkbmap:

# apk add setxkbmap

Then switch to another layout (example for colemak):

setxkbmap us -variant colemak