all repos

dotfiles @ 9b2871dd654503b626409b912c616506a5b320eb

i use rach linux btw

dotfiles/bin/kbhl (view raw)

1
#!/bin/sh
2
case "$1" in
3
    "on"|"-on"|"--on"|1) xset led on          ;;
4
    "of"|"off"|"-off"|"--off"|0) xset led off ;;
5
esac