Skip to content
Snippets Groups Projects
Unverified Commit c23281e3 authored by Jakko's avatar Jakko
Browse files

Make font DPI changable for device package post-install scripts (MR 8)

Implementing the font DPI in the configs does not change anything
actually. However, having the value in the configs allows it to be
overwritten by device packages post-install scripts. That way devices
with high resolution screens can be assigned a larger text
representation on Xfce4 installation.
parent 7faf1dcc
No related branches found
No related tags found
1 merge request!8xfce4-phone: further improvements
<?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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment