Skip to content

Instantly share code, notes, and snippets.

@michaelachrisco
Created January 24, 2019 13:37
Show Gist options
  • Save michaelachrisco/43f5c2c976ba8737e475b6f58be61185 to your computer and use it in GitHub Desktop.
Save michaelachrisco/43f5c2c976ba8737e475b6f58be61185 to your computer and use it in GitHub Desktop.
if [ -f /tmp/keyboard_light ]; then xset -led 3 && rm /tmp/keyboard_light; else xset led 3 && touch /tmp/keyboard_light; fi
@michaelachrisco
Copy link
Author

Keyboard Backlight script that we use at the house via cron job at every reboot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment