Add a devd notification for closing/opening the lid on PowerBooks and iBooks.
Approved by: nwhitehorn (mentor)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user