101 lines
2.6 KiB
Lua
101 lines
2.6 KiB
Lua
if HOSTNAME == "honney-main" then
|
|
hl.monitor({
|
|
output = "desc:BNQ BenQ EX2710U Y8P00876019",
|
|
mode = "3840x2160@144",
|
|
position = "0x0",
|
|
scale = 1,
|
|
transform = 0,
|
|
bitdepth = 10,
|
|
cm = "srgb",
|
|
sdr_eotf = "default",
|
|
sdrbrightness = 1.0,
|
|
sdrsaturation = 1.0,
|
|
vrr = 0,
|
|
supports_wide_color = 1,
|
|
supports_hdr = 1,
|
|
sdr_min_luminance = 0.2,
|
|
sdr_max_luminance = 600,
|
|
})
|
|
hl.monitor({
|
|
output = "desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609",
|
|
mode = "3840x2160@60",
|
|
position = "-3840x0",
|
|
scale = 1,
|
|
transform = 0,
|
|
bitdepth = 10,
|
|
cm = "srgb",
|
|
sdr_eotf = "default",
|
|
sdrbrightness = 1.0,
|
|
sdrsaturation = 1.0,
|
|
vrr = 0,
|
|
supports_wide_color = 1,
|
|
supports_hdr = 1,
|
|
sdr_min_luminance = 0.2,
|
|
sdr_max_luminance = 400,
|
|
})
|
|
hl.monitor({
|
|
output = "desc:LG Electronics LG ULTRAFINE 503NTKF3L437",
|
|
mode = "3840x2160@60",
|
|
position = "0x-2160",
|
|
scale = 1,
|
|
transform = 2,
|
|
bitdepth = 10,
|
|
cm = "srgb",
|
|
sdr_eotf = "default",
|
|
sdrbrightness = 1.0,
|
|
sdrsaturation = 1.0,
|
|
vrr = 0,
|
|
supports_wide_color = 1,
|
|
supports_hdr = 1,
|
|
sdr_min_luminance = 0.2,
|
|
sdr_max_luminance = 400,
|
|
})
|
|
hl.monitor({
|
|
output = "desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65",
|
|
mode = "1920x1080@144",
|
|
position = "-1920x-1080",
|
|
scale = 1,
|
|
transform = 2,
|
|
bitdepth = 10,
|
|
})
|
|
hl.monitor({
|
|
output = "desc:Dell Inc. DELL P2419H D4CN3Q2",
|
|
mode = "1920x1080@60",
|
|
position = "-1920x-2160",
|
|
scale = 1,
|
|
transform = 0,
|
|
})
|
|
elseif HOSTNAME == "hp-laptop" then
|
|
hl.monitor({
|
|
output = "desc:BOE 0x08A8",
|
|
mode = "1920x1080@60",
|
|
position = "0x0",
|
|
scale = 1,
|
|
transform = 0,
|
|
})
|
|
hl.monitor({
|
|
output = "desc:AOC 24B3HA2 AVKS29A004767",
|
|
mode = "1920x1080@120",
|
|
position = "-1920x0",
|
|
scale = 1,
|
|
transform = 0,
|
|
})
|
|
elseif HOSTNAME == "arch" then
|
|
hl.monitor({
|
|
output = "desc:AOC CU34G2XP 1Q1R4HA002436",
|
|
mode = "3440x1440@180",
|
|
position = "0x0",
|
|
scale = 1,
|
|
transform = 0,
|
|
})
|
|
hl.monitor({
|
|
output = "desc:AOC 24G1WG4 0x0001A57A",
|
|
mode = "1920x1080@60",
|
|
position = "-1920x0",
|
|
scale = 1,
|
|
transform = 0,
|
|
})
|
|
end
|
|
|
|
-- mirror string Output name to mirror
|
|
-- icc string Absolute path to an ICC profile |