config(monitors): update HEADLESS-2 monitor mode resolution
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
hl.monitor({
|
hl.monitor({
|
||||||
output = "HEADLESS-2",
|
output = "HEADLESS-2",
|
||||||
mode = "2400x1080@60", -- Adjust to your phone's native resolution
|
mode = "3840x1080@59.97Hz", -- Adjust to your phone's native resolution
|
||||||
position = "auto", -- Or specific coordinates like "1920x0"
|
position = "auto", -- Or specific coordinates like "1920x0"
|
||||||
scale = 2 -- Increase if the UI is too small to read
|
scale = 2 -- Increase if the UI is too small to read
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user