Files
dotflies/.config/hypr/conf/monitors.lua
T
2026-05-17 11:29:41 +02:00

43 lines
750 B
Lua

--###############
--## MONITORS ###
--###############
-- See https://wiki.hypr.land/Configuring/Monitors/
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
hl.monitor({
output = LEFT_MONITOR,
mode = "2560x1440@120.00",
position = "0x0",
scale = "1",
})
hl.monitor({
output = BOTTOM_MONITOR,
mode = "2560x1440@239.97",
position = "2560x0",
scale = "1",
})
hl.monitor({
output = RIGHT_MONITOR,
mode = "2560x1440@239.97",
position = "5120x0",
scale = "1",
})
hl.monitor({
output = TOP_MONITOR,
mode = "2560x1440@239.97",
position = "2560x-1440",
scale = "1",
})
hl.monitor({
output = "",
mode = "preferred",
position = "auto",
scale = "auto",
})