问:
今天刚搞定xfce,中文环境也有了。可以输入中文了。可就是字体太难看。
大侠们给我一个方案吧。链接也行。
答 :
:~/.xfce4/settings# cat gtk.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mcs-option SYSTEM "mcs-option.dtd">
<mcs-option>
<option name="Gtk/FontName" type="string" value="Sans 10"/>
<option name="Gtk/KeyThemeName" type="string" value="Default"/>
<option name="Gtk/ToolbarStyle" type="string" value="icons"/>
<option name="Net/CursorBlink" type="int" value="1"/>
<option name="Net/CursorBlinkTime" type="int" value="500"/>
<option name="Net/DndDragThreshold" type="int" value="8"/>
<option name="Net/DoubleClickTime" type="int" value="300"/>
<option name="Net/ThemeName" type="string" value="Xfce-winter"/>
</mcs-option>