all repos

dotfiles @ 1105accfc9df3bf9cc844ec87f5bfb81695cd2ae

my dotfiles

bin/kbhl (view raw)

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