Tuesday, November 19, 2024

Fixing Tiny Font In I3 On Fresh Raspian

just installed xorg-xserver and i3 onto a Kingston A400 SSD for my pi4 running a fresh install of lite Raspberry pi64. I3 uses i3-sensible-terminal for the terminal which references some terminal on your system but i forgot what it was.

The terminal is uxterm

The fix:


vim ~/.Xresources

UXTerm*faceName: Monospace
UXTerm*faceSize: 12

xrdb -merge ~/.Xresources

No comments:

Post a Comment