Skip to content

Instantly share code, notes, and snippets.

@hSATAC
Created November 29, 2011 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hSATAC/1403187 to your computer and use it in GitHub Desktop.
Save hSATAC/1403187 to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# 90G300: suspend/wakeup Logitech G300 devices
case "$1" in
hibernate|suspend)
;;
thaw|resume)
/home/cat/.xinitrc.d/50-logitech-g300-mouse
;;
*) exit $NA
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment