.dotfiles/.config/hypr/host.lua##hostname.portalo,class.monitor-single

16 lines
212 B
Text

MON1 = "DP-1"
MON2 = "HDMI-A-1"
MON = MON1
hl.monitor({
output = MON1,
mode = "2560x1440@180",
position = "0x0",
scale = 1.25,
})
hl.monitor({
output = MON2,
disabled = true,
})
require("lib.single_mon")