From 13decd1df7b3c9186eb171589501f1a635e766ae Mon Sep 17 00:00:00 2001 From: tachylatus Date: Thu, 30 Jan 2014 18:43:53 +0100 Subject: [PATCH] Apply normal rotation unless another one is set (ver.2) --- autorandr | 3 +++ 1 file changed, 3 insertions(+) diff --git a/autorandr b/autorandr index e5f8a6e..feababd 100755 --- a/autorandr +++ b/autorandr @@ -141,6 +141,9 @@ current_cfg_xrandr() { if ($4 !~ /^\(/) { print "rotate "$4; } + else { + print "rotate normal"; + } next; } # disconnected or disabled displays -- 2.39.5