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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
acpi-eeepc900
/
power-button.sh
blob
23af2ce7e64d22ddd48f69fd00b37e1674df8dab
1
#!/bin/bash
2
# Executed on power button press
3
4
POWER_BUTTON_COMMAND
=
"/usr/bin/xfce4-session-logout"
5
6
source
/
etc
/
acpi
/
eee.conf
7
8
$POWER_BUTTON_COMMAND
&
9
10
exit
0