From: tachylatus Date: Thu, 30 Jan 2014 13:57:58 +0000 (+0100) Subject: Only output "rotate" once X-Git-Tag: 1.0~143 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8af170c6ab4a4a2ae904ffa07e20f0a06f695b58;p=deb_pkgs%2Fautorandr.git Only output "rotate" once --- diff --git a/autorandr b/autorandr index e3c9d6d..1317061 100755 --- a/autorandr +++ b/autorandr @@ -135,7 +135,6 @@ current_cfg_xrandr() { if (($4 == "left") || ($4 == "right")) { split(A[1], B, "x"); A[1] = B[2]"x"B[1]; - print "rotate "$4; } print "mode "A[1]; print "pos "A[2]"x"A[3];