autorandr: add crtc option

This option was missing. It is generated by autorandr when executing
`autorandr --save my_profile`.

Fixes #1024
PR #1283
This commit is contained in:
Dany Marcoux 2020-05-29 12:56:14 +02:00 committed by Robert Helgesson
parent 89be0943e1
commit c378c1cbcd
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 11 additions and 0 deletions

View file

@ -3,6 +3,7 @@ off
output DP2
pos 0x0
crtc 0
primary
mode 1920x1080
transform 0.600000,0.000000,0.000000,0.000000,0.600000,0.000000,0.000000,0.000000,1.000000

View file

@ -13,6 +13,7 @@
config = {
DP1.enable = false;
DP2 = {
crtc = 0;
primary = true;
position = "0x0";
mode = "1920x1080";