added config for portable monitor

This commit is contained in:
venus
2026-08-23 21:16:08 -05:00
parent 29d6177022
commit 4037267d07

View File

@@ -12,3 +12,9 @@ hl.monitor({
position = "auto", -- Or specific coordinates like "1920x0"
scale = 2 -- Increase if the UI is too small to read
})
hl.monitor({
output = "DP-4",
mode = "3840x1080@59.97Hz", -- Adjust to your phone's native resolution
position = "auto", -- Or specific coordinates like "1920x0"
scale = 2 -- Increase if the UI is too small to read
})