You can make application-specific settings in ~/.Xresources with syntax like: xterm*background: #FFFFFF xterm*foreground: #000000 xterm*font: <some font> Is it possible to make settings for specific applications in ~/.fonts.conf? If so, what is the syntax? For example, how would I change this to apply only to a specific app? <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <match target="font"> <edit mode="assign" name="antialias"><bool>false</bool></edit> </match> </fontconfig> -- http://www.fastmail.fm - Email service worth paying for. Try it for free _______________________________________________ Fontconfig mailing list Fontconfig@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/fontconfig