diff --git a/bin/screenlayout-home b/bin/screenlayout-home new file mode 100755 index 0000000..75d9458 --- /dev/null +++ b/bin/screenlayout-home @@ -0,0 +1,10 @@ +#!/bin/bash + +xrandr --newmode "1920x1080RS" 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync +vsync + +xrandr --addmode DVI-0 "1920x1080RS" +xrandr --addmode DVI-1 "1920x1080RS" + +xrandr --output DVI-0 --mode "1920x1080RS" +xrandr --output DVI-1 --mode "1920x1080RS" +