▲ 1 r/archlinux+1 crossposts

Hyprland monitor wrong order

So i have a monitor and my laptop screen. I want the laptop screen to be on the right side of my monitor. This is my configuration in hyprland.lua:
hl.monitor({

output = "HDMI-A-I",

mode = "1920x1080@144",

position = "0x0",

scale = "1",

})

hl.monitor({

output = "eDP-1",

mode = "1920x1080@60",

position = "1920x0",

scale = "1",

})
HDMI-A-I is my monitor and eDP-1 is my laptop screen.
Right now the laptop screen is on the left side of my monitor.

reddit.com
u/Infinite_Picture2189 — 2 months ago