diff --git a/config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml index 529b7fcf054f7dee5fc68bcf64ee29808b7c9070..f777deb26cfc4b2a8166ed9f53c2093b479e8684 100644 --- a/config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ b/config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -1,10 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <channel name="xsettings" version="1.0"> + <property name="Xft" type="empty"> + <property name="DPI" type="int" value="96"/> + </property> <property name="Gtk" type="empty"> <property name="DecorationLayout" type="string" value="menu:minimize,maximize,close"/> </property> <property name="Net" type="empty"> <property name="IconThemeName" type="string" value="Faenza-Ambiance"/> </property> -</channel> \ No newline at end of file +</channel>