Results 1 to 3 of 3
Which file would I set this variable to turn this variable on?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-29-2004 #1Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
GDK_USE_XFT
Which file would I set this variable to turn this variable on?
The best things in life are free.
- 01-29-2004 #2Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
export GDK_USE_XFT="1"
that will set it to true. a value of "0" will set it to false.Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 01-30-2004 #3Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Preferrably your ~/.bashrc, I think. You could add it in /etc/profile, too, of course.


Reply With Quote
