So, let me see if I understood it well :

1 - I create a file starting with 00 (like 00_MsiPowerSuspend) in the /etc/pm/sleep.d with something like this :


#!/bin/sh

pm-powersave true


Until now this works, I can now Suspend with the "pm-powersave false" option selected. Now I need to find a way to enable this option by default and everytime the computer comes out of suspend and hibernate state. Where is the best place for those kind of scripts ?

Reply via email to