repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git]
/
acpi-eee904
/
powersource.sh
blob
76eab50c69b7117d6a732f8989b2515f13727c78
1
#!/bin/bash
2
#hotkey ATKD 00000051 00000007
3
source
/
etc
/
acpi
/
eee.conf
4
5
case
$3
in
6
00000051
)
#AC unplugged
7
$AC_UNPLUGGED_COMMAND
&
8
;;
9
00000050
)
#On AC
10
$AC_PLUGGED_COMMAND
&
11
;;
12
esac
13
14
exit
0