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

--- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> ---
>Now, I need write my scripts, then write another script that calls 'inhibit.py 
>myscript.sh'. 

That's maybe avoidable. Something like:

#!/bin/sh
trap 'kill $(jobs -p)' EXIT
inhibit.py read &
rest of my awesome scripts

#the read just to make it hang around, or we could also just change that script
to idle after making the call
I can consider that use-case if there is support for a kde-inhibit binary.

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

Reply via email to