From 6f2d9f8fd4a3ade51d5e853b57ad81e9ddbac842 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Sun, 23 Aug 2026 14:46:12 +0200 Subject: [PATCH] fix: vert screen res fix for touchscreen --- modules/binds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/binds.lua b/modules/binds.lua index 5d2b936..4febbee 100644 --- a/modules/binds.lua +++ b/modules/binds.lua @@ -68,7 +68,7 @@ hl.bind("SUPER + T", function() end hl.monitor({ output = "eDP-1", - mode = "2880x1800@120", + mode = "1800x2880@120", position = "0x0", scale = 1.125, bitdepth = 10,