We have a PC with two physical monitors and a desktop app that is used to serve customers. Our use case is as follows:
- Screen A is used by the employee
- Screen B is facing the customer
The OS is Ubuntu (Xubuntu 18.04 Bionic to be specific) running LightDM.
What is needed is to make the employee unable to move the mouse pointer, drag windows or otherwise interact with the screen B, so that it's only used for displaying information.
In other words, it has to be part of the desktop from the display point of view, but be excluded from the desktop in terms of availability for the user.
I tried to look at xrandr
options, but failed to find any fitting my purpose. Any ideas?