]> git.pld-linux.org Git - packages/i8kutils.git/blame - i8kbuttons.aumix
- rel 0.3
[packages/i8kutils.git] / i8kbuttons.aumix
CommitLineData
c92ad685 1#!/bin/bash
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
11
a1ca6506 12/sbin/kbdrate -r 30 -d 100 >/dev/null 2>&1 & echo
This page took 0.052191 seconds and 4 git commands to generate.