24/07/2026
This commit is contained in:
+15
-27
@@ -10,33 +10,21 @@ hl.monitor({
|
||||
cm = "srgb"
|
||||
})
|
||||
|
||||
-- hl.monitor({
|
||||
-- output = "HDMI-A-1",
|
||||
-- mode = "1920x1080@60",
|
||||
-- position = "0x1280",
|
||||
-- scale = "1",
|
||||
-- mirror = "eDP-1"
|
||||
-- })
|
||||
|
||||
|
||||
-- hl.monitor({
|
||||
-- output = "DP-3",
|
||||
-- mode = "1920x1080@60",
|
||||
-- position = "0x450",
|
||||
-- scale = "1"
|
||||
-- })
|
||||
|
||||
-- hl.monitor({
|
||||
-- output = "DP-2",
|
||||
-- mode = "1920x1080@144",
|
||||
-- position = "1920x380",
|
||||
-- scale = "1",
|
||||
-- })
|
||||
|
||||
hl.monitor({
|
||||
if os.getenv("HYPR_NVIDIA") == "1" then
|
||||
hl.monitor({
|
||||
output = "HDMI-A-1",
|
||||
mode = "1920x1080@60",
|
||||
position = "3840x0",
|
||||
position = "1920x0",
|
||||
scale = "1",
|
||||
transform = true
|
||||
})
|
||||
transform = 0,
|
||||
})
|
||||
|
||||
elseif os.getenv("HYPR_NVIDIA") == "2" then
|
||||
hl.monitor({
|
||||
output = "HDMI-A-1",
|
||||
mode = "1920x1080@60",
|
||||
position = "1920x0",
|
||||
scale = "1",
|
||||
transform = 0,
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user