'I'm nearly thirty you know. I'm not 15. By now I should be able to talk to a woman without accidentally saying "nipples" or "gusset". Or, or, "Did you know you can make candles out of human fat"'
/etc/fonts/local.conf
en in archlinux staat er in om de kleine fonts de AA uit te zetten
en in archlinux staat er in om de kleine fonts de AA uit te zetten
code:
1
2
3
4
5
6
7
| <!--Disable anti-aliasing for fonts that are size <=12--> <match target="pattern"> <test qual="any" name="size" compare="less_eq"> <int>12</int> </test> <edit name="antialias" mode="assign"><bool>false</bool></edit> </match> |
[ Voor 21% gewijzigd door Blaasvis op 18-03-2006 09:23 ]
Freedom is everything you need ; <moto-moi|afk> ik verkloot het gewoon nooit :P
Geweldig deze code werkt wel, blijkbaar was die xml-code van die how-to niet helemaal perfect
'I'm nearly thirty you know. I'm not 15. By now I should be able to talk to a woman without accidentally saying "nipples" or "gusset". Or, or, "Did you know you can make candles out of human fat"'