Guest User

Untitled

a guest
May 22nd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. 4 services.acpid = {
  2. 3 enable = true;
  3. 2 handlers = {
  4. 1 brightnessUp = {
  5. 42 action = "light -A 5";
  6. 1 event = "video/brightnessup";
  7. 2 };
  8. 3 brightnessDown = {
  9. 4 action = "light -U 5";
  10. 5 event = "video/brightnessdown";
  11. 6 };
  12. 7 };
Advertisement
Add Comment
Please, Sign In to add comment