Created
June 7, 2012 08:06
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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