dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

setscreens (206B)


      1 #!/bin/sh
      2 xrandr \
      3 	--output DVI-I-0 \
      4 	--mode 1280x1024 \
      5 	--pos 1920x56 \
      6 	--rotate normal \
      7 	--output HDMI-0 \
      8 	--off \
      9 	--output DVI-D-0 \
     10 	--primary \
     11 	--mode 1920x1080 \
     12 	--pos 0x0 \
     13 	--rotate normal