Skip to content

Instantly share code, notes, and snippets.

@Gen2ly
Created July 7, 2012 12:09
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 Gen2ly/3066195 to your computer and use it in GitHub Desktop.
Save Gen2ly/3066195 to your computer and use it in GitHub Desktop.
Enable external monitor if connected and disable laptop monitor, else v.v.
#!/bin/sh
# Enable external monitor if connected and disable laptop monitor, else v.v.
case "$1" in
resume | thaw )
export DISPLAY=:0
su -c - todd /home/todd/.scripts/bugfixes/externalmonitor
;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment