I've two screens configured with this xrandr command :
xrandr --output VGA-0 --primary --mode 1440x900 --output DVI-0 --left-of VGA-0 --mode 1440x900 --rotate normal
For now, the mouse is blocked with the right edge of the right screen and with the left edge of the left screen. I want mouse to loop right and left as screens were a cylinder.
But I don't want this to be possible with up and down edges : I don't want a torus, just a cylinder.
Is this possible?