all repos

dotfiles @ b11c53f63484469afdfc65a90853d62a01c7d43a

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