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 Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git]
/
e3acpi
/
suspend.sh
blob
14f4f4c8e137d4b66c47e374688e1fab02b97060
1
#!/bin/bash
2
# This file is executed once sleep-button (Fn-F1) is pressed.
3
4
# Default action:
5
SUSPEND_COMMAND
=
"/etc/acpi/suspend2ram.sh"
6
7
# Possible override
8
source
/
etc
/
acpi
/
eee.conf
9
10
(
$SUSPEND_COMMAND
&)
11
12
exit
0