Files
hypr/modules/monitors.lua
T
2026-05-12 00:37:58 +02:00

19 lines
260 B
Lua

hl.monitor({
output = "eDP-1",
mode = "2560x1600@60",
position = "0x0",
scale = 1.25,
bitdepth = 10,
cm = "srgb",
})
hl.monitor({
output = "",
mode = "highres@highrr",
position = "auto",
scale = 2,
bitdepth = 10,
cm = "srgb",
mirror = "eDP-1"
})