From: Phillip Berndt Date: Sun, 20 Jul 2014 10:38:11 +0000 (+0200) Subject: Output "same-as" in the "common" virtual configuration X-Git-Tag: 1.0~135 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8c7260f4209ed7bd572c51c3898f81cc7e6c519b;p=deb_pkgs%2Fautorandr.git Output "same-as" in the "common" virtual configuration --- diff --git a/autorandr b/autorandr index e2afd42..e455700 100755 --- a/autorandr +++ b/autorandr @@ -200,6 +200,9 @@ common_cfg_xrandr() { print "output " outputarr[i]; print "mode " maxmode; print "pos 0x0"; + if (i > 0) { + print "same-as " outputarr[0] + } } } }' \