mirror of
https://git.aramjonghu.dev/AramJonghu/hypr.git
synced 2026-09-01 07:33:31 +02:00
20 lines
279 B
Lua
20 lines
279 B
Lua
hl.monitor({
|
|
output = "DP-1",
|
|
mode = "2560x1440@240",
|
|
position = "auto-left",
|
|
scale = 1,
|
|
bitdepth = 10,
|
|
cm = "srgb",
|
|
vrr = 0,
|
|
})
|
|
|
|
hl.monitor({
|
|
output = "DP-2",
|
|
mode = "preffered",
|
|
position = "auto-right",
|
|
scale = 1.25,
|
|
bitdepth = 10,
|
|
cm = "srgb",
|
|
transform = 3,
|
|
})
|