LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Fluxbox xterm font size? (https://www.linuxquestions.org/questions/linux-software-2/fluxbox-xterm-font-size-74664/)

linuxhobby 07-21-2003 04:52 PM

Fluxbox xterm font size?
 
Hi everyone,

Glad to join the Linux world. Could anyone tell me how to change the font size in the fluxbox xterm? I like its quickness but find its letters too small to read.

Thanks.

Proud 07-21-2003 04:55 PM

Xterm is xterm, not linked to fluxbox. Unless you mean the fbrun program. Not sure what that draws its font from. Check your basic X font configuration.

Mega Man X 07-21-2003 05:05 PM

Well, I don't use fluxbox myself, never tried either, but I'm a blackbox addicted :).
There's a tool for blackbox called bbconf, or either this would work under flux or flux would have a similar one to help you out with menu editing and it's links.
Try to find where and how xterm is inicialized thru flux and add the following to where xterm is called:

xterm -fn 10x20

That would make the font's bigger in xterm. Try openning an xterm as you do, and type the line above and you will understand what I mean by that. It will open a new terminal with bigger fonts. There might be an .fluxbox config file somewhere at your home... try looking after that and edit xterm to xterm -fn 10x20.
Sorry if I've made a mess here... Perhaps some flux user will help you out better if you did not get the idea :)

Good luck

Proud 07-21-2003 05:10 PM

Nah, if he means fbrun, it's a tiny looking one line launcher style app, but I dunno if it's a front for xterm or just a bash shell. I'll check the source now. :)

Nah it seems fbrun forks a sh shell to execute the command. Try fbrun -help to see how to alter the font used from 'fixed'. Maybe research much more customizable terminals like Eterm or Aterm. :)

linuxhobby 07-22-2003 11:49 AM

Thanks, guys. Megaman's method indeed works in fluxbox.

Mega Man X 07-22-2003 02:24 PM

I'm glad I could help. Sometimes I'm quite bad to explain stuff. Actually, when I read what I wrote above, I get confused, but I really am happy you got the idea :)

glock19 01-10-2004 08:40 AM

Quote:

Originally posted by Megaman X
xterm -fn 10x20

Thank you VERY much. This worked for me:


Code:

xfterm4 -fn 10x20

hw-tph 01-10-2004 09:54 AM

You can also set the font size in your $HOME/.Xdefaults file so you don't have to set the font size on every load. Try man xterm for more info.

Håkan

Mega Man X 01-10-2004 11:34 AM

Quote:

Originally posted by glock19
Thank you VERY much. This worked for me:

You are all welcome :)


All times are GMT -5. The time now is 04:06 AM.