...______ ______ _____  _____ ____ _  __ __ _ 
../ ____// __  // __ / / ___//_  /\ \/ // ///.
./____ // /_/ // __ < / /__   / /_ \  //   /..
/_____//_____//_____//____/  /___/ /_//_/\_\...

1. Utworzenie i modyfikacja pliku .Xresources.

nano /home/user/.Xresources

2. Wyświetlenie zainstalowanych czcionek.

fc-list

3. Przykładowa konfiguracja pliku .Xresources dla terminala xterm.

xterm*faceName: Terminus
xterm*faceSize: 11
xterm*background: Black
xterm*foreground: White
xterm*saveLines: 4096
xterm*cursorColor: green
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*geometry: 80x12
xterm*pointerShape: arrow
xterm*pointerColor: blue
xterm*renderFont: true

4. Inny sposób zapisu czcionki.

xterm*faceName: Terminus:style=Bold:size=11

5. Geometria inaczej.

xterm*VT100.geometry: 80x12

6. Kopiuj, wklej.

xterm*VT100.Translations:
Ctrl C: copy-selection(CLIPBOARD)
Ctrl V: insert-celection(CLIPBOARD)