mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
19 lines
262 B
Lua
19 lines
262 B
Lua
hl.monitor({
|
|
output = "DP-2",
|
|
mode = "2560x1440@240",
|
|
position = "1728x0",
|
|
scale = 1,
|
|
bitdepth = 10,
|
|
cm = "srgb",
|
|
})
|
|
|
|
hl.monitor({
|
|
output = "DP-3",
|
|
mode = "3840x2160@60",
|
|
position = "0x0",
|
|
scale = 1.25,
|
|
bitdepth = 10,
|
|
cm = "srgb",
|
|
transform = 1,
|
|
})
|