Re: Script to wakeup monitor with speakers for cron mp3 alarm

2018-08-24 Thread Tom Horsley
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

Re: Script to wakeup monitor with speakers for cron mp3 alarm

2018-08-24 Thread Ed Greshko
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 ~/

Re: Script to wakeup monitor with speakers for cron mp3 alarm

2018-08-24 Thread Doug H.
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 -

Script to wakeup monitor with speakers for cron mp3 alarm

2018-08-23 Thread None via users
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