Skip to content

Instantly share code, notes, and snippets.

@gryf
Created August 31, 2019 05:28
Show Gist options
  • Save gryf/489c0236be1006c9f299448f85774715 to your computer and use it in GitHub Desktop.
Save gryf/489c0236be1006c9f299448f85774715 to your computer and use it in GitHub Desktop.
do actions before and after suspending
#!/bin/bash
xlock &
sudo /usr/sbin/pm-suspend
# get back keyboard and other settings after resume
#sudo /usr/local/bin/usb_power.sh
~/bin/setxinput.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment