blob: 168bd62e1d613f30e54284a1b2d67c59942b70cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# xterm
I use xterm in some systems that are too old --or is ARM-- and can't have
wezterm.
Copy (or merge) `Xresources` to `~/.Xresources`.
Then load the config:
xrdb -merge .Xresources
And that should give you an usable xterm.
|