I know how to do it in the battery section through the GUI, but I’d like to set it up through a command, for automation purposes, and particularly for KDE Connect commands.
I know how to do it in the battery section through the GUI, but I’d like to set it up through a command, for automation purposes, and particularly for KDE Connect commands.
Anything that runs as long as you want the block to be. Usually
sleep
is a good one, usesleep infinity
if you want the blocker to never go away until thesystemd-inhibit
process is killed manually.Aaaah, that’s probably what Plasma is doing.