On 27/08/2024 01:46, Thomas Schmitt wrote:
In these modern times, home office slave workers need ways to simulate
relentless activity. Google "mouse jiggler", "auto clicker".
There are mechanical mouse platforms, pseudo-mouse USB devices, and even
software emulated mice.

This case it would be enough to the mouse on the lathe. Its vibration should be enough.

I hope, xfce uses standard interfaces.

busctl --user introspect org.freedesktop.ScreenSaver \
  /org/freedesktop/ScreenSaver

org.freedesktop.ScreenSaver         interface -         -            -
.Inhibit                            method    ss        u            -
.SimulateUserActivity               method    -         -            -

Inhibit is active only while a process invoked it is alive, but there are off the shelf tools.

light-locker-command --inhibit \
        --application-name "inhibit-dialog" --reason "User action" \
        -- env WINDOWID= \
        zenity --warning --title "Screen lock inhibited" \
                --text "Activation of screen lock is suppressed"

As to monitor settings, perhaps they may be changed from its menu. If your are lucky then they are exposed to DDC control tools.

Reply via email to