diff options
Diffstat (limited to 'files/etc/devd/lid-close.conf.laptop')
-rw-r--r-- | files/etc/devd/lid-close.conf.laptop | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/etc/devd/lid-close.conf.laptop b/files/etc/devd/lid-close.conf.laptop new file mode 100644 index 0000000..751c546 --- /dev/null +++ b/files/etc/devd/lid-close.conf.laptop @@ -0,0 +1,6 @@ +notify 20 { + match "system" "ACPI"; + match "subsystem" "Lid"; + match "notify" "0x00"; + action "/usr/local/libexec/lid-close"; +}; |