Only output "rotate" once

This commit is contained in:
tachylatus 2014-01-30 14:57:58 +01:00
parent c3521b34b0
commit 8af170c6ab

View File

@ -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];