mirror of
https://github.com/phillipberndt/autorandr
synced 2024-12-18 12:24:45 +00:00
Revert "Apply normal rotation unless another one is set"
This reverts commit 007920e83c
.
This commit is contained in:
parent
c980e5462e
commit
0225027886
@ -135,13 +135,12 @@ current_cfg_xrandr() {
|
||||
if (($4 == "left") || ($4 == "right")) {
|
||||
split(A[1], B, "x");
|
||||
A[1] = B[2]"x"B[1];
|
||||
print "rotate "$4;
|
||||
}
|
||||
else {
|
||||
print "rotate normal";
|
||||
}
|
||||
print "mode "A[1];
|
||||
print "pos "A[2]"x"A[3];
|
||||
if ($4 !~ /^\(/) {
|
||||
print "rotate "$4;
|
||||
}
|
||||
next;
|
||||
}
|
||||
# disconnected or disabled displays
|
||||
|
Loading…
Reference in New Issue
Block a user