We want to customize the default font size and background/foreground color. This can be done by creating a .Xdefaults file in the home directory.
This requires adding the following package:
apt install -y x11-xserver-utils
# run xrdb to load the defaults
xrdb .Xdefaults
The .Xdefaults should look as follows:
xterm*background: black
xterm*foreground: green
xterm*font: *-fixed-*-*-*-20-*
We want to customize the default font size and background/foreground color. This can be done by creating a
.Xdefaultsfile in the home directory.This requires adding the following package:
apt install -y x11-xserver-utils # run xrdb to load the defaults xrdb .XdefaultsThe
.Xdefaultsshould look as follows: