# /etc/acpi/events/ibmdiskbtn
# This is called when the user presses the hibernate button and calls
# /etc/acpi/hibernate.sh for further processing.

# Optionally you can specify the placeholder %e. It will pass
# through the whole kernel event message to the program you've
# specified.

event=ibm/hotkey HKEY 00000080 0000100c
action=/etc/acpi/hibernatebtn.sh

