setscreens (207B)
1 #!/bin/sh 2 3 xrandr \ 4 --output DVI-I-0 \ 5 --mode 1280x1024 \ 6 --pos 1920x56 \ 7 --rotate normal \ 8 --output HDMI-0 \ 9 --off \ 10 --output DVI-D-0 \ 11 --primary \ 12 --mode 1920x1080 \ 13 --pos 0x0 \ 14 --rotate normal
scriptsRandom scripts | |
git clone git://git.margiolis.net/scripts.git | |
Log | Files | Refs | README | LICENSE |