From 030e06daa2a09554e5b884fbcc336b4a32733bb4 Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme Date: Tue, 4 Apr 2017 00:49:07 +0200 Subject: [PATCH] Add screenlayout script for home pc --- bin/screenlayout-home | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bin/screenlayout-home 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" +