You are not logged in.

#1 2010-11-02 20:20:24

limpio
Member
Registered: 2005-12-31
Posts: 52

[SOLVED] Fonts in the terminal

I've been googling for fonts in my terminals (urxvt and xterm) i like 'Terminus' but can't make it work, is there an easy way, is there 'fontsel' to choose fonts?

Last edited by limpio (2010-11-02 21:11:10)

Offline

#2 2010-11-02 20:26:29

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED] Fonts in the terminal

You probably didn't take the hint that pacman gave you when you installed terminus: You have to update the xorg fonthpath yoursef. You can add something like:

Section "Files"
    FontPath     "/usr/share/fonts/local/"
EndSection

to your xorg.conf. If you don't want to restart X, then you can use xset to add the path to your fontpath at runtime. After that simply use xfontsel to make a valid fontline for terminus.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2010-11-02 21:10:38

limpio
Member
Registered: 2005-12-31
Posts: 52

Re: [SOLVED] Fonts in the terminal

I never saw the hint smile
Thank you very much, it works perfectly.

Offline

Board footer

Powered by FluxBB