Mercurial > hg > config
diff bin/swapscreens.sh @ 343:71345f4de3ce
programs to list make targets
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 23 Jun 2013 12:54:11 -0700 |
parents | 206d7550bf45 |
children |
line wrap: on
line diff
--- a/bin/swapscreens.sh Sat Jun 22 15:58:21 2013 -0700 +++ b/bin/swapscreens.sh Sun Jun 23 12:54:11 2013 -0700 @@ -1,6 +1,13 @@ #!/bin/bash # swap screens between internal laptop monitor and external monitor +# XXX sensitive to the individual laptop :( + +# See also `unxrandr`: +# unxrandr - inverse tool of xrandr +# unxrandr is a tool that queries the XRandR state using ARandR's +# libraries and outputs an xrandr command line that reproduces the state + INTERNAL="LVDS1" EXTERNAL="VGA1"