[SLE] Changing the default font in the xterm permanently
Hi there, I know how to cange the font in the xterm by using the command $ xterm -fn 'font' & However, the change won't be permanent. Could anyone let me know how to change it permanntly? Thanks. -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
On Thu, 21 Oct 1999, Yatsen Ng wrote:
Hi there,
I know how to cange the font in the xterm by using the command
$ xterm -fn 'font' &
However, the change won't be permanent. Could anyone let me know how to change it permanntly? Thanks.
Use your .Xdefaults file to setup X properties for xterm or any other program. You more than likely already have one in your account.
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
On Thu, 21 Oct 1999, Yatsen Ng wrote: yn> Hi there, yn> yn> I know how to cange the font in the xterm by using the command yn> yn> $ xterm -fn 'font' & yn> yn> However, the change won't be permanent. Could anyone let me know how to change yn> it permanntly? Thanks. yn> A way you can do it so it affects all users is the following: - edit /usr/X11R6/lib/X11/app-defaults - add a line like the following xterm*font: -adobe-courier-medium-r-normal--14-*-*-*-*-*-*-* to make the size bigger change the '14' to change the type change the 'r' (regular) to 'o' (oblique) to make it bold, change 'medium' to 'bold' I believe you can change this on a per user basis by adding it to the ~/.Xdefaults file, but I havn't tried it. I do what you did above, but for an icon on the desktop. As you can see, there are several different approaches. -- S.Toms - tomas@primenet.com - http://www.primenet.com/~tomas SuSE Linux v6.2+ - Kernel 2.2.13 Help! I'm trapped in a PDP 11/70! -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
Hi there, Thank you very much for you help. I added my fave font to the XTerm file and saved the original XTerm file as XTerm.old just in case.
A way you can do it so it affects all users is the following: - edit /usr/X11R6/lib/X11/app-defaults - add a line like the following xterm*font: -adobe-courier-medium-r-normal--14-*-*-*-*-*-*-*
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (3)
-
jperser@airmail.net
-
tomas@primenet.com
-
yatsen.ng@brunel.nl