summaryrefslogtreecommitdiffstats
path: root/etc/devd/apple.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/devd/apple.conf')
-rw-r--r--etc/devd/apple.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/devd/apple.conf b/etc/devd/apple.conf
index a57a8e0..275d737 100644
--- a/etc/devd/apple.conf
+++ b/etc/devd/apple.conf
@@ -11,6 +11,16 @@ notify 0 {
};
+# Keyboard power key
+notify 0 {
+ match "system" "PMU";
+ match "subsystem" "lid";
+ match "type" "close";
+ match "notify" "0x0";
+ action "shutdown -p now";
+};
+
+
# The next blocks enable volume hotkeys that can be found on Apple laptops
notify 0 {
match "system" "PMU";
OpenPOWER on IntegriCloud