]> git.pld-linux.org Git - packages/i8kutils.git/blame - i8kbuttons.aumix
- EA for x86, afair dell doesn't make other laptops
[packages/i8kutils.git] / i8kbuttons.aumix
CommitLineData
90098f3c 1#!/bin/sh
c92ad685 2if [ -f /etc/i8kbuttons.conf ]; then
3 . /etc/i8kbuttons.conf
4else
5 print "there's no /etc/i8kbuttons.conf"
6fi
7
ea9c5fbc 8exec /usr/bin/i8kbuttons -u "$I8KBUTTONS_UP_CMD" -d "$I8KBUTTONS_DOWN_CMD" \
9 -m "$I8KBUTTONS_MUTE_CMD" -r "$I8KBUTTONS_TIMEOUT" &
c92ad685 10
90098f3c 11if [ -x /usr/bin/kbdrate ]; then
12 /usr/bin/kbdrate -r 30 -d 100 >/dev/null 2>&1 & echo
13fi
This page took 0.049268 seconds and 4 git commands to generate.