htrefil / rkvm

Virtual KVM switch for Linux machines
MIT License
426 stars 51 forks source link

Mouse Pass Screen Border #68

Closed g-h-97 closed 6 months ago

g-h-97 commented 6 months ago

Hi,

Is there a technical reason as of why mouse can't pass screen borders ? like barrier for example

rolflobker commented 6 months ago

rkvm has no knowledge about screens or borders It redirects input, that's it.

This is one of the reason why this works regardless of which displaymanager you're using And it's the main reason why I just set it up and am loving it.

g-h-97 commented 6 months ago

@rolflobker got it, appreciate the explanation.