some small changes and updates
This commit is contained in:
+41
-7
@@ -66,6 +66,40 @@ if HOSTNAME == "honney-main" then
|
||||
transform = 0,
|
||||
})
|
||||
elseif HOSTNAME == "hp-laptop" then
|
||||
hl.monitor({
|
||||
output = "desc:BNQ BenQ EX2710U 0000000000001",
|
||||
mode = "3840x2160@120",
|
||||
position = "960x-2160",
|
||||
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 = "-2880x-2160",
|
||||
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:BOE 0x08A8",
|
||||
mode = "1920x1080@60",
|
||||
@@ -73,13 +107,13 @@ elseif HOSTNAME == "hp-laptop" then
|
||||
scale = 1,
|
||||
transform = 0,
|
||||
})
|
||||
hl.monitor({
|
||||
output = "desc:AOC 24B3HA2 AVKS29A004767",
|
||||
mode = "1920x1080@120",
|
||||
position = "-1920x0",
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user