Got an issue with #sway and #wayland on my dual monitor setup. When I start up my left monitor is mapped to the right and vise versa, so I added this to my sway config
`output DP-6 pos 0 0
output DP-5 pos 3840 0`
Now I can't move my cursor between monitors at all. If I run `swaymsg -t get_outputs` it shows the monitors are correctly arranged, eg:
`Output DP-6 'Dell Inc. DELL U2718Q H0YFH88A0GRL'
Current mode: 3840x2160 @ 59.997 Hz
Power: on
Position: 0,0
Scale factor: 1.250000
Scale filter: linear
Subpixel hinting: unknown
Transform: normal
Workspace: 1
Max render time: off
Adaptive sync: disabled
Allow tearing: no
Available modes:
3840x2160 @ 59.997 Hz ...`
and I can swap between the monitors with `$mod+n` where n is the workspace number, but not by moving the mouse or wacom pen or touch. Anyone know what's going on?
#Arch #Linux #SwayWM