You are not logged in.
Hi
Is there any way to execute a specific program right when you're resuming from suspend? I use pm-suspend, FWIW.
Offline
This should do: http://wiki.archlinux.org/index.php/Pm- … _own_hooks
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
Hi
Is there any way to execute a specific program right when you're resuming from suspend? I use pm-suspend, FWIW.
simple bash script
#!/bin/bash
pm-suspend
<stuff>
Offline