From 4037267d07f32b9a3f471d548cbe7d21d3b7788e Mon Sep 17 00:00:00 2001 From: venus Date: Sun, 23 Aug 2026 21:16:08 -0500 Subject: [PATCH] added config for portable monitor --- monitors.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/monitors.lua b/monitors.lua index fe1f2ba..fa98977 100644 --- a/monitors.lua +++ b/monitors.lua @@ -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 +})