Fix neutral cursor theme for cldx.

netsetup
Mike Hiretsky 14 years ago
parent b0b536dd1e
commit 273155ef99

@ -0,0 +1,8 @@
# Calculate path=~/.config/xfce4/xfconf/xfce-perchannel-xml format=xml_xfce
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xsettings" version="1.0">
<property name="Gtk" type="empty">
<property name="CursorThemeName" type="string" value="neutral"/>
</property>
</channel>

@ -14,5 +14,6 @@
</property>
<property name="Gtk" type="empty">
<property name="FontName" type="string" value="Droid Sans 10"/>
<property name="CursorThemeName" type="string" value="neutral"/>
</property>
</channel>

Loading…
Cancel
Save