Skip to main content

Command Palette

Search for a command to run...

Increase the font size of xterm

Published
1 min read
M

To live in hearts we leave behind is not to die

nano ~/.Xresources

Syntax is:

xterm*faceName: <font-name>:size=<font-size>

Now add (type/paste) the following line:

xterm*faceName: Monospace:size=15

Save the file.

Now run the following command:

xrdb -merge ~/.Xresources

Thats it.

Enjoy :-)