Skip to content

Instantly share code, notes, and snippets.

@incognitojam
Created November 5, 2019 21:32
Show Gist options
  • Save incognitojam/b31847ed8262becb56ed22cbef7fa49c to your computer and use it in GitHub Desktop.
Save incognitojam/b31847ed8262becb56ed22cbef7fa49c to your computer and use it in GitHub Desktop.
[Unit]
Description=Control the brightness of OLED screens via keyboard brightness
After=multi-user.target
[Service]
Type=simple
ExecStart=/usr/local/bin/xbrightness
Restart=on-failure
RestartSec=1
[Install]
WantedBy=default.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment