default.sh 226 B

12345678
  1. #!/bin/sh
  2. # Fake xrandr call to reset the default
  3. #xrandr --output DVI-D-1 --auto --pos 0x0
  4. xrandr \
  5. --output DVI-D-0 --auto --rotate normal --pos 0x0 --primary \
  6. --output HDMI-A-0 --auto --rotate normal --right-of DVI-D-0