Open n-murphy opened 2 years ago
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.
.Xdefaults
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
.Xdefaults
file in the home directory.This requires adding the following package:
The
.Xdefaults
should look as follows: