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

23 lines
333 B
Text

MON1 = "DP-1"
MON2 = "HDMI-A-1"
hl.monitor({
output = "DP-1",
mode = "2560x1440@180",
position = "auto-right",
scale = 1.25,
})
hl.monitor({
output = "HDMI-A-1",
mode = "2560x1440@60",
position = "0x0",
scale = 1.25,
reserved_area = {
top = 0,
bottom = 0,
left = 0,
right = 1530
}
})
require("lib.7_3_ws_layout")