Files
dotfiles/.config/hypr/monitors.lua
T
2026-06-07 20:38:55 +01:00

16 lines
425 B
Lua

-- See https://wiki.hyprland.org/Configuring/Monitors/
-- List current monitors and resolutions possible: hyprctl monitors
hl.monitor({
output = "desc:Samsung Electric Company LU28R55 HNMN500475",
mode = "3840x2160",
position = "auto-left",
scale = 1.5,
})
hl.monitor({
output = "desc:Samsung Electric Company LU28R55 HNMN500462",
mode = "3840x2160",
position = "auto-right",
scale = 1.5,
})