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

16 lines
211 B
Text

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