mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-22 15:33:08 +01:00
KASM-1776 Add default DPI, AA, and hinting settings to reduce blur
This commit is contained in:
parent
0bb3cd1a0f
commit
f449e50210
@ -13,11 +13,11 @@
|
|||||||
<property name="EnableInputFeedbackSounds" type="empty"/>
|
<property name="EnableInputFeedbackSounds" type="empty"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="Xft" type="empty">
|
<property name="Xft" type="empty">
|
||||||
<property name="DPI" type="int" value="-1"/>
|
<property name="DPI" type="int" value="96"/>
|
||||||
<property name="Antialias" type="empty"/>
|
<property name="Antialias" type="int" value="1"/>
|
||||||
<property name="Hinting" type="empty"/>
|
<property name="Hinting" type="int" value="1"/>
|
||||||
<property name="HintStyle" type="empty"/>
|
<property name="HintStyle" type="string" value="hintslight"/>
|
||||||
<property name="RGBA" type="empty"/>
|
<property name="RGBA" type="string" value="rgb"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="Gtk" type="empty">
|
<property name="Gtk" type="empty">
|
||||||
<property name="CanChangeAccels" type="empty"/>
|
<property name="CanChangeAccels" type="empty"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user