blob: c603974d6d672edaf1254c820fb30928d8b63109 (
plain)
1
2
3
4
5
6
7
8
|
[Unit]
Description=Watches /sys/class/backlight/brightness and applies it to xorg-backlight
After=graphical.target
Wants=graphical.target
[Service]
Type=simple
ExecStart=/home/tom/.local/usr/bin/xbacklightmon
|