Showing posts with label fonts. Show all posts
Showing posts with label fonts. Show all posts

23.11.08

Trimming ubuntu, now fonts and xterm

Ok, here is another bit of my ubuntu tweaking experience. Since i am trying to be less dependant on ubuntu distribution settings and approaches i have tuned my font settings via .fonts.conf and .Xefaults configuration.

Here are the current ones, which i find quite satisfying:

1. .fonts.conf






rgb




true




hintslight




true





2. Xdefaults


Xft.dpi: 96
Xft.antialias:true
Xft.hinting:true
Xft.hintstyle:hintslight
XTerm*faceName:Liberation Mono
XTerm*faceSize:9

## XTERM SETTINGS
!xterm*faceName: Liberation Sans Mono:style=Bold
xterm*saveLines: 10000
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*jumpScroll: true
xterm*cursorColor: red
# xterm*colorBD: darkblue
xterm*colorBDMode: true
xterm*highlightColor: darkgray
xterm*activeIcon: false
# xterm*awaitInput: true
xterm*scrollTtyOutput: false
xterm*scrollKey: true

!xterm*Background: black
!xterm*Foreground: white
xterm*Background: white
xterm*Foreground: black