Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #!/bin/bash
  2. xrandr --output LVDS-1 --off
  3. xrandr --output DP-1 --off
  4. xrandr --output DP-1 --auto --primary
  5. xrandr --output LVDS-1 --auto --left-of DP-1 --noprimary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement