mirror of
https://github.com/wez/wezterm.git
synced 2024-12-19 03:11:31 +03:00
a56f37598c
This also applies to X11 when using the glutin frontend
10 lines
415 B
XML
10 lines
415 B
XML
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
|
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1"
|
|
manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" >
|
|
<asmv3:application>
|
|
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">
|
|
<dpiAwareness>PerMonitorV2, unaware</dpiAwareness>
|
|
</asmv3:windowsSettings>
|
|
</asmv3:application>
|
|
</assembly>
|