diff options
Diffstat (limited to 'hypr/configs/monitors.lua')
| -rw-r--r-- | hypr/configs/monitors.lua | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/hypr/configs/monitors.lua b/hypr/configs/monitors.lua new file mode 100644 index 0000000..fe2b79b --- /dev/null +++ b/hypr/configs/monitors.lua @@ -0,0 +1,26 @@ +hl.monitor({ + output = "desc:LG Electronics LG ULTRAGEAR 306NTQD5B076", + mode = "[email protected]", + position = "2560x0", + scale = 1.25, + bitdepth = 10 +}) + +hl.monitor({ + output = "desc:Microstep MPG341CX OLED", + mode = "[email protected]", + position = "4608x0", + scale = 1, + bitdepth = 10 +}) + +hl.monitor({ + output = "desc:DENON Ltd. DENON-AVR 0x01010101", + mode = "[email protected]", + position = "8048x0", + scale = 1.50, + bitdepth = 10, + cm = "hdr", + sdrbrightness = 1.1, + sdrsaturation = 1.15 +}) |