Files
hypr/modules/monitors.lua
T
AramJonghu a63b7d2b2c stylua
touchscreen workspace support, hdr testing
2026-07-07 21:28:46 +02:00

19 lines
260 B
Lua

hl.monitor({
output = "eDP-1",
mode = "2880x1800@120",
position = "0x0",
scale = 1,
bitdepth = 10,
cm = "hdr",
})
hl.monitor({
output = "",
mode = "3840x2160@30",
position = "auto",
scale = 1.5,
bitdepth = 10,
cm = "srgb",
-- mirror = "eDP-1"
})