mirror of
https://github.com/flynx/thinkpad-keyboard-brightness.git
synced 2025-10-28 10:40:10 +00:00
12 lines
206 B
SYSTEMD
12 lines
206 B
SYSTEMD
[Unit]
|
|
Description="Turn keyboard backlight on/off based on light sensor (timer)"
|
|
|
|
[Timer]
|
|
AccuracySec=1s
|
|
OnUnitActiveSec=3s
|
|
Unit=thinkpad-keyboard-brightness.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|