From 8af170c6ab4a4a2ae904ffa07e20f0a06f695b58 Mon Sep 17 00:00:00 2001 From: tachylatus Date: Thu, 30 Jan 2014 14:57:58 +0100 Subject: [PATCH] Only output "rotate" once --- autorandr | 1 - 1 file changed, 1 deletion(-) 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]; -- 2.39.5