]> git.pld-linux.org Git - packages/i8kutils.git/blob - i8kbuttons.aumix
- tools need to be in bindir
[packages/i8kutils.git] / i8kbuttons.aumix
1 #!/bin/sh
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 if [ -x /usr/bin/kbdrate ]; then
12         /usr/bin/kbdrate -r 30 -d 100 >/dev/null 2>&1 & echo
13 fi
This page took 0.046248 seconds and 3 git commands to generate.