mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-07 02:03:30 +02:00
fix: vert screen res fix for touchscreen
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ hl.bind("SUPER + T", function()
|
|||||||
end
|
end
|
||||||
hl.monitor({
|
hl.monitor({
|
||||||
output = "eDP-1",
|
output = "eDP-1",
|
||||||
mode = "2880x1800@120",
|
mode = "1800x2880@120",
|
||||||
position = "0x0",
|
position = "0x0",
|
||||||
scale = 1.125,
|
scale = 1.125,
|
||||||
bitdepth = 10,
|
bitdepth = 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user