You are not logged in.

#1 2009-04-15 18:37:52

skorpan
Member
Registered: 2007-11-09
Posts: 81

Execute program when resuming from suspend

Hi

Is there any way to execute a specific program right when you're resuming from suspend? I use pm-suspend, FWIW.

Offline

#2 2009-04-15 18:40:56

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Execute program when resuming from suspend


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#3 2009-04-15 18:43:25

DonVla
Member
From: Bonn, Germany
Registered: 2007-06-07
Posts: 997

Re: Execute program when resuming from suspend

skorpan wrote:

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

Board footer

Powered by FluxBB