Skip to content

Add Xdefaults for xterm #1

@n-murphy

Description

@n-murphy

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-*

Metadata

Metadata

Assignees

Labels

novncThis issue is tied to the novnc branch

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions