Perhaps you could use the XTEST server extension to send a
mouse move event and make the server think someone really
moved the mouse?
There is a perl extension X11::GUITest that might let
you do this with a perl script.
___
users mailing list -- users@li
On 08/24/18 10:41, None via users wrote:
> Dear Fellow Fedora users,
>
> I had a script called upon by cron which played music at a certain time, for
> example
>
> 30 08 * * 1-5 ~/.dalarm
>
> And .dalarm had
>
> #!/bin/sh
>
> /usr/bin/xterm -e
> /usr/bin/mplayer -really-quiet -shuffle -playlist ~/
On Fri, 2018-08-24 at 02:41 +, None via users wrote:
> Dear Fellow Fedora users,
>
> I had a script called upon by cron which played music at a certain
> time, for example
>
> 30 08 * * 1-5 ~/.dalarm
>
> And .dalarm had
>
> #!/bin/sh
>
> /usr/bin/xterm -e
> /usr/bin/mplayer -really-quiet -
Dear Fellow Fedora users,
I had a script called upon by cron which played music at a certain time, for
example
30 08 * * 1-5 ~/.dalarm
And .dalarm had
#!/bin/sh
/usr/bin/xterm -e
/usr/bin/mplayer -really-quiet -shuffle -playlist ~/.playlist
It worked, but I did have speakers, now. I do not h