mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
24 lines
1.3 KiB
Diff
24 lines
1.3 KiB
Diff
|
--- ./xfsettingsd/xsettings.xml.orig 2012-04-28 15:48:30.000000000 -0500
|
||
|
+++ ./xfsettingsd/xsettings.xml 2012-07-19 14:32:25.554643922 -0500
|
||
|
@@ -17,14 +17,19 @@
|
||
|
<property name="EnableEventSounds" type="bool" value="false"/>
|
||
|
<property name="EnableInputFeedbackSounds" type="bool" value="false"/>
|
||
|
</property>
|
||
|
+<!--
|
||
|
+ Commented out. We should not modify the system text rendering defaults.
|
||
|
+ At least not by default. :-)
|
||
|
+ Feel free to uncomment this block and modify it to suit your own needs.
|
||
|
<property name="Xft" type="empty">
|
||
|
<property name="DPI" type="empty"/>
|
||
|
<property name="Antialias" type="int" value="-1"/>
|
||
|
<property name="Hinting" type="int" value="-1"/>
|
||
|
<property name="HintStyle" type="string" value="hintnone"/>
|
||
|
<property name="RGBA" type="string" value="none"/>
|
||
|
- <!-- <property name="Lcdfilter" type="string" value="none"/> -->
|
||
|
+ <property name="Lcdfilter" type="string" value="none"/>
|
||
|
</property>
|
||
|
+-->
|
||
|
<property name="Gtk" type="empty">
|
||
|
<property name="CanChangeAccels" type="bool" value="false"/>
|
||
|
<property name="ColorPalette" type="string" value="black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90"/>
|