aboutsummaryrefslogtreecommitdiff
path: root/files/etc/devd/thinkpad-brightness.conf.laptop
blob: 24bd75019be89e895ae2a63e3800008dc8846c48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
notify 20 {
  match "system"    "ACPI";
  match "subsystem" "IBM";
  match "notify"    "0x10";
  action            "/usr/local/libexec/thinkpad-brightness up";
};

notify 20 {
  match "system"    "ACPI";
  match "subsystem" "IBM";
  match "notify"    "0x11";
  action            "/usr/local/libexec/thinkpad-brightness down";
};