diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-19 10:59:10 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-06-19 10:59:10 +0200 |
commit | df69b2a47709c7c6d608e7e91f0130e431db00a5 (patch) | |
tree | c4ebc0337fb9d32352c32078c5490002953b655b /accounts/gkleen@sif/autorandr-profiles/bstr.nix | |
parent | 62f748a78fa5cbc52bb3e1432082a1b2b8250f2a (diff) | |
download | nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.gz nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.bz2 nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.tar.xz nixos-df69b2a47709c7c6d608e7e91f0130e431db00a5.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/autorandr-profiles/bstr.nix')
-rw-r--r-- | accounts/gkleen@sif/autorandr-profiles/bstr.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/accounts/gkleen@sif/autorandr-profiles/bstr.nix b/accounts/gkleen@sif/autorandr-profiles/bstr.nix deleted file mode 100644 index 527f8321..00000000 --- a/accounts/gkleen@sif/autorandr-profiles/bstr.nix +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | { | ||
2 | fingerprint = { | ||
3 | "eDP-1-1" = "00ffffffffffff004c83414100000000131d0104b5221378029491ae513eb7240b505400000001010101010101010101010101010101f0d40040f17018803020440058c21000001bf0d40040f17018803020440058c21000001b0000000f00ff093cff093c2c800000000000000000fe0041544e413536575230382d3020011502030f00e3058000e6060501736d0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab"; | ||
4 | "DP-1.3" = "00ffffffffffff000469a3289bdd00000b190104a53e22783a1cb5a3574fa0270d5054bfef00d1c0814081809500b300714f81c0010122cc0050f0703e80181035006d552100001a04740030f2705a80b0588a006d552100001a000000fd001e5018a03c041100f0f838f03c000000fc0041535553205042323837510a2001a8020327714f0102031112130414051f900e0f1d1e23091707830100006a030c0010000078200000565e00a0a0a02950302035006d552100001ee26800a0a0402e60302036006d552100001a011d00bc52d01e20b82855406d552100001e8c0ad090204031200c4055006d55210000180000000000000000000000000000000064"; | ||
5 | }; | ||
6 | config = { | ||
7 | "DP-1.3" = { | ||
8 | enable = true; | ||
9 | primary = true; | ||
10 | position = "3840x0"; | ||
11 | rate = "60"; | ||
12 | mode = "3840x2160"; | ||
13 | }; | ||
14 | eDP-1-1 = { | ||
15 | enable = true; | ||
16 | primary = false; | ||
17 | position = "0x0"; | ||
18 | mode = "3840x2160"; | ||
19 | }; | ||
20 | }; | ||
21 | } | ||