all repos

dotfiles @ 5cc86198aafb1d30d410724bfb108736098ec760

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