fix(hosts): set Chester display scaling to 1.5
Keeps the 2880x1800 internal panel at a comfortable virtual 1920x1200.
This commit is contained in:
parent
b4fa650685
commit
2e6e19348a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ hl.monitor({
|
||||||
output = "eDP-1",
|
output = "eDP-1",
|
||||||
mode = "2880x1800@60",
|
mode = "2880x1800@60",
|
||||||
position = "0x0",
|
position = "0x0",
|
||||||
scale = 2,
|
scale = 1.5,
|
||||||
})
|
})
|
||||||
|
|
||||||
return {}
|
return {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue