mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-28 18:33:16 +01:00
Merge branch 'feature/KASM-1776_dpi' into 'release/1.9.0'
KASM-1776 Add default DPI, AA, and hinting settings to reduce blur See merge request kasm-technologies/internal/workspaces-core-images!4
This commit is contained in:
commit
b50f16f2a1
@ -13,11 +13,11 @@
|
||||
<property name="EnableInputFeedbackSounds" type="empty"/>
|
||||
</property>
|
||||
<property name="Xft" type="empty">
|
||||
<property name="DPI" type="int" value="-1"/>
|
||||
<property name="Antialias" type="empty"/>
|
||||
<property name="Hinting" type="empty"/>
|
||||
<property name="HintStyle" type="empty"/>
|
||||
<property name="RGBA" type="empty"/>
|
||||
<property name="DPI" type="int" value="96"/>
|
||||
<property name="Antialias" type="int" value="1"/>
|
||||
<property name="Hinting" type="int" value="1"/>
|
||||
<property name="HintStyle" type="string" value="hintslight"/>
|
||||
<property name="RGBA" type="string" value="rgb"/>
|
||||
</property>
|
||||
<property name="Gtk" type="empty">
|
||||
<property name="CanChangeAccels" type="empty"/>
|
||||
|
Loading…
Reference in New Issue
Block a user