Last active
August 29, 2015 13:57
-
-
Save sebastianwagner/9843524 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/sh | |
# | |
# @author Sebastian Wagner <[email protected]> | |
# | |
# ---------------------------------------------------------------------------- | |
# "THE BEER-WARE LICENSE" (Revision 42): | |
# <[email protected]> wrote this file. As long as you retain this notice you | |
# can do whatever you want with this stuff. If we meet some day, and you think | |
# this stuff is worth it, you can buy me a beer, club-mate or pizza in return | |
# ---------------------------------------------------------------------------- | |
# | |
xrandr \ | |
--output VGA1 \ | |
--right-of LVDS1 \ | |
--pos 1440x0 \ | |
&& xrandr \ | |
--output LVDS1 \ | |
--pos 0x300 \ | |
&& xrandr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment