# Config file for disable-powerbutton-daemon
# Running that program is designed to suppress the default behavior of the power button which is to shut down immediately.
# DP_WHAT Which elogind-inhibit behaviors to control.
DP_WHAT="shutdown:sleep:idle:handle-power-key:handle-suspend-key:handle-hibernate-key:handle-lid-switch"
# DP_COMMAND which program to run, and when this program ends, the inhibition ends.
DP_COMMAND="/usr/libexec/stackrpms-acer-chromebook/disable-powerbutton-loop"
# When this file exists at the end of a sleep loop, the loop ends and therefore the inhibition ends.
DP_SAFETY_FILE=/tmp/stop-disable-powerbutton
