]> git.pld-linux.org Git - packages/i8kutils.git/blob - i8kbuttons.aumix
- some fixes
[packages/i8kutils.git] / i8kbuttons.aumix
1 #!/bin/bash
2 if [ -f /etc/i8kbuttons.conf ]; then
3         . /etc/i8kbuttons.conf
4 else
5         print "there's no /etc/i8kbuttons.conf"
6 fi
7                 
8 exec /usr/bin/i8kbuttons -u "$I8KBUTTONS_UP_CMD" -d "$I8KBUTTONS_DOWN_CMD" \
9         -m "$I8KBUTTONS_MUTE_CMD" -r "$I8KBUTTONS_TIMEOUT" &
10                 
11
12 /sbin/kbdrate -r 30 -d 100 >/dev/null 2&>1 & echo
This page took 0.081579 seconds and 4 git commands to generate.