Skip to content

Commit

Permalink
Update diskslaw_power_management.py
Browse files Browse the repository at this point in the history
  • Loading branch information
humm3r1 committed Jun 14, 2019
1 parent 4a7487c commit 8a91036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diskslaw/diskslaw_power_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ def disable_terminal_blanking():

#Wrapper around pm-suspend to put computer to sleep
def suspend_computer():
proc = Popen(['rtcwake -s 5'])
proc = Popen(['rtcwake -s 5 -m disk'])
proc.communicate()

0 comments on commit 8a91036

Please sign in to comment.