mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-02-08 13:19:17 +01:00
Merge branch 'feature/KASM-1776_dpi' into 'develop'
KASM-1776 Add default DPI, AA, and hinting settings to reduce blur Closes KASM-1776 See merge request kasm-technologies/internal/workspaces-core-images!3
This commit is contained in:
commit
a3f337c79b
@ -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