Skip to content

Instantly share code, notes, and snippets.

@bracki
Created June 7, 2012 08:06
Show Gist options
  • Save bracki/2887329 to your computer and use it in GitHub Desktop.
Save bracki/2887329 to your computer and use it in GitHub Desktop.
Multi screen setups with disper - suitable for pair programming, conference talks, what not, needs NVIDIA graphic card
# Need to install disper, only works on NVIDIA
alias clone-screen='disper -c'
alias dual-screen='disper -e -t right -d DFP-1,DFP-0'
alias pair-screen='disper -c -d DFP-1,CRT-0'
alias single-screen='disper -s'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment