aboutsummaryrefslogtreecommitdiff
path: root/hypr/configs/monitors.lua
diff options
context:
space:
mode:
authorBlaster4385 <[email protected]>2026-05-15 23:28:20 +0530
committerBlaster4385 <[email protected]>2026-05-18 16:52:47 +0530
commitf826256c010c0e5c8c2bd64adb1fae1c3f399717 (patch)
tree194e7c15f0903b073d2db3dcae6aa09651341a85 /hypr/configs/monitors.lua
parent8b254a730b26a40ef2d2ccf0881075a6719b6712 (diff)
feat: migrate hyprland config to luaHEADmain
Diffstat (limited to 'hypr/configs/monitors.lua')
-rw-r--r--hypr/configs/monitors.lua26
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
+})