services. This is another inhibiting strategy. It is already being solved by
[systemd-inhibit][] though.
+Configuration
+=============
+Activation with sispmctl using the first socket of the first usb device
+delaying of deactivation by 3 seconds:
+
+ dev = onoff.command.OnoffCommand(["sispmctl", "-o", "1"],
+ ["sispmctl", "-f", "1"])
+ dev = onoff.common.ThrottledDevice(dev, 3)
+
+When inhibiting redshift, run redshift from the dbus service:
+
+ dev = onoff.processs.OnoffProcess(["redshift"], 3)
+ dev = onoff.common.InvertedDevice(dev)
+
[sispmctl]: http://sispmctl.sf.net
[slugpower]: http://chezphil.org/slugpower/
[redshift]: http://jonls.dk/redshift/