diff options
| author | Blaster4385 <[email protected]> | 2026-05-15 23:28:20 +0530 |
|---|---|---|
| committer | Blaster4385 <[email protected]> | 2026-05-18 16:52:47 +0530 |
| commit | f826256c010c0e5c8c2bd64adb1fae1c3f399717 (patch) | |
| tree | 194e7c15f0903b073d2db3dcae6aa09651341a85 /hypr/configs/monitors.lua | |
| parent | 8b254a730b26a40ef2d2ccf0881075a6719b6712 (diff) | |
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 +}) |