DarkSSJ n00b
Joined: 10 Oct 2005 Posts: 4
|
Posted: Sat Oct 22, 2005 10:12 pm Post subject: [TIP] Impostare i font di KDE senza kcontrol (utile per k3b) |
|
|
Salve,
sono DarkSSJ, ho cambiato nick :p
Ho isolato le impostazioni settate da kcontrol per regolare i fonts, potrebbero essere utili a chi come me vuole usare k3b all'interno di altri WM/DE:
scrivete in ~/.kde/share/config/kdeglobals
Code: |
[General]
XftHintStyle=hintmedium
XftSubPixel=rgb
fixed=Bitstream Vera Sans Mono,9,-1,5,50,0,0,0,0,0
font=Bitstream Vera Sans,8,-1,5,50,0,0,0,0,0
menuFont=Bitstream Vera Sans,8,-1,5,50,0,0,0,0,0
taskbarFont=Bitstream Vera Sans,8,-1,5,50,0,0,0,0,0
toolBarFont=Bitstream Vera Sans,8,-1,5,50,0,0,0,0,0
[WM]
activeFont=Bitstream Vera Sans,8,-1,5,75,0,0,0,0,0
|
|
|