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

# We need to react on "button lid.*" and "button/lid.*" because
# of kernel changes.

event=button[ /]lid
action=/etc/acpi/actions/lidbtn.sh
