https://bugs.kde.org/show_bug.cgi?id=439601

--- Comment #1 from Jozef Říha <jose1...@gmail.com> ---
For the time being I am happy with what the documentation
(https://docs.kde.org/trunk5/en/rsibreak/rsibreak/general-use.html) suggests -
using DBus. E. g. a simple script run every minute by cron:


if pgrep '^(supertuxkart|jumpnbump|torcs|foo|bar)$'
then
  qdbus org.kde.rsibreak /rsibreak org.rsibreak.rsiwidget.suspend
else
  qdbus org.kde.rsibreak /rsibreak org.rsibreak.rsiwidget.resume
fi

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to