]> git.pld-linux.org Git - packages/i8kutils.git/blobdiff - i8kbuttons.aumix
- initial release
[packages/i8kutils.git] / i8kbuttons.aumix
diff --git a/i8kbuttons.aumix b/i8kbuttons.aumix
new file mode 100755 (executable)
index 0000000..72bbcdc
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/bash
+if [ -f /etc/i8kbuttons.conf ]; then
+        . /etc/i8kbuttons.conf
+else
+        print "there's no /etc/i8kbuttons.conf"
+fi
+               
+exec /usr/bin/i8kbuttons -u '$I8KBUTTONS_UP_CMD' -d '$I8KBUTTONS_DOWN_CMD' \
+       -m '$I8KBUTTONS_MUTE_CMD' -r '$I8KBUTTONS_TIMEOUT' &
+               
+
+/sbin/kbdrate -r 30 -d 100 >/dev/null 2&>1 & echo
This page took 0.081299 seconds and 4 git commands to generate.