mirror of
https://github.com/flynx/thinkpad-keyboard-brightness.git
synced 2025-10-28 10:40:10 +00:00
12 lines
193 B
Desktop File
12 lines
193 B
Desktop File
[Unit]
|
|
Description="Turn keyboard backlight on/off based on light sensor"
|
|
|
|
[Service]
|
|
Type=exec
|
|
User=root
|
|
ExecStart=/usr/sbin/thinkpad-keyboard-brightness
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|